svn commit: samba r13658 - in branches/SAMBA_4_0/source: . heimdal_build include lib lib/gencache lib/util libcli libcli/raw librpc/rpc ntvfs ntvfs/common ntvfs/posix ntvfs/print ntvfs/unixuid param rpc_server/lsa rpc_server/unixinfo script smb_server torture torture/raw winbind

jelmer at samba.org jelmer at samba.org
Thu Feb 23 15:52:28 GMT 2006


Author: jelmer
Date: 2006-02-23 15:52:24 +0000 (Thu, 23 Feb 2006)
New Revision: 13658

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13658

Log:
More moving around of files:
 - Collect the generic utility functions into a lib/util/ (a la GLib is 
		for the GNOME folks)
 - Remove even more files from include/

Added:
   branches/SAMBA_4_0/source/dynconfig.h
   branches/SAMBA_4_0/source/lib/gencache/
   branches/SAMBA_4_0/source/lib/gencache/gencache.c
   branches/SAMBA_4_0/source/lib/util/
   branches/SAMBA_4_0/source/lib/util/README
   branches/SAMBA_4_0/source/lib/util/byteorder.h
   branches/SAMBA_4_0/source/lib/util/capability.c
   branches/SAMBA_4_0/source/lib/util/config.mk
   branches/SAMBA_4_0/source/lib/util/data_blob.c
   branches/SAMBA_4_0/source/lib/util/debug.c
   branches/SAMBA_4_0/source/lib/util/debug.h
   branches/SAMBA_4_0/source/lib/util/dprintf.c
   branches/SAMBA_4_0/source/lib/util/fault.c
   branches/SAMBA_4_0/source/lib/util/fsusage.c
   branches/SAMBA_4_0/source/lib/util/genrand.c
   branches/SAMBA_4_0/source/lib/util/idtree.c
   branches/SAMBA_4_0/source/lib/util/module.c
   branches/SAMBA_4_0/source/lib/util/ms_fnmatch.c
   branches/SAMBA_4_0/source/lib/util/mutex.c
   branches/SAMBA_4_0/source/lib/util/mutex.h
   branches/SAMBA_4_0/source/lib/util/pidfile.c
   branches/SAMBA_4_0/source/lib/util/safe_string.h
   branches/SAMBA_4_0/source/lib/util/select.c
   branches/SAMBA_4_0/source/lib/util/signal.c
   branches/SAMBA_4_0/source/lib/util/substitute.c
   branches/SAMBA_4_0/source/lib/util/system.c
   branches/SAMBA_4_0/source/lib/util/time.c
   branches/SAMBA_4_0/source/lib/util/unix_privs.c
   branches/SAMBA_4_0/source/lib/util/util.c
   branches/SAMBA_4_0/source/lib/util/util.h
   branches/SAMBA_4_0/source/lib/util/util_file.c
   branches/SAMBA_4_0/source/lib/util/util_getent.c
   branches/SAMBA_4_0/source/lib/util/util_pw.c
   branches/SAMBA_4_0/source/lib/util/util_sock.c
   branches/SAMBA_4_0/source/lib/util/util_str.c
   branches/SAMBA_4_0/source/lib/util/util_strlist.c
   branches/SAMBA_4_0/source/lib/util/util_unistr.c
   branches/SAMBA_4_0/source/lib/util/xfile.c
   branches/SAMBA_4_0/source/lib/util/xfile.h
   branches/SAMBA_4_0/source/libcli/raw/ioctl.h
   branches/SAMBA_4_0/source/libcli/raw/trans2.h
Removed:
   branches/SAMBA_4_0/source/include/byteorder.h
   branches/SAMBA_4_0/source/include/dynconfig.h
   branches/SAMBA_4_0/source/include/enums.h
   branches/SAMBA_4_0/source/include/ioctl.h
   branches/SAMBA_4_0/source/include/safe_string.h
   branches/SAMBA_4_0/source/include/smb_macros.h
   branches/SAMBA_4_0/source/include/trans2.h
   branches/SAMBA_4_0/source/lib/capability.c
   branches/SAMBA_4_0/source/lib/data_blob.c
   branches/SAMBA_4_0/source/lib/debug.c
   branches/SAMBA_4_0/source/lib/debug.h
   branches/SAMBA_4_0/source/lib/dprintf.c
   branches/SAMBA_4_0/source/lib/fault.c
   branches/SAMBA_4_0/source/lib/fsusage.c
   branches/SAMBA_4_0/source/lib/gencache.c
   branches/SAMBA_4_0/source/lib/genrand.c
   branches/SAMBA_4_0/source/lib/idtree.c
   branches/SAMBA_4_0/source/lib/module.c
   branches/SAMBA_4_0/source/lib/ms_fnmatch.c
   branches/SAMBA_4_0/source/lib/mutex.c
   branches/SAMBA_4_0/source/lib/mutex.h
   branches/SAMBA_4_0/source/lib/pidfile.c
   branches/SAMBA_4_0/source/lib/select.c
   branches/SAMBA_4_0/source/lib/signal.c
   branches/SAMBA_4_0/source/lib/substitute.c
   branches/SAMBA_4_0/source/lib/system.c
   branches/SAMBA_4_0/source/lib/time.c
   branches/SAMBA_4_0/source/lib/unix_privs.c
   branches/SAMBA_4_0/source/lib/util.c
   branches/SAMBA_4_0/source/lib/util_file.c
   branches/SAMBA_4_0/source/lib/util_getent.c
   branches/SAMBA_4_0/source/lib/util_pw.c
   branches/SAMBA_4_0/source/lib/util_sock.c
   branches/SAMBA_4_0/source/lib/util_str.c
   branches/SAMBA_4_0/source/lib/util_strlist.c
   branches/SAMBA_4_0/source/lib/util_unistr.c
   branches/SAMBA_4_0/source/lib/version.c
   branches/SAMBA_4_0/source/lib/xfile.c
   branches/SAMBA_4_0/source/lib/xfile.h
Modified:
   branches/SAMBA_4_0/source/dynconfig.c
   branches/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SAMBA_4_0/source/include/core.h
   branches/SAMBA_4_0/source/include/includes.h
   branches/SAMBA_4_0/source/include/structs.h
   branches/SAMBA_4_0/source/lib/
   branches/SAMBA_4_0/source/lib/basic.mk
   branches/SAMBA_4_0/source/libcli/clifile.c
   branches/SAMBA_4_0/source/libcli/raw/interfaces.h
   branches/SAMBA_4_0/source/libcli/raw/signing.h
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_smb2.c
   branches/SAMBA_4_0/source/main.mk
   branches/SAMBA_4_0/source/ntvfs/common/brlock.c
   branches/SAMBA_4_0/source/ntvfs/config.mk
   branches/SAMBA_4_0/source/ntvfs/posix/config.mk
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_ioctl.c
   branches/SAMBA_4_0/source/ntvfs/print/vfs_print.c
   branches/SAMBA_4_0/source/ntvfs/unixuid/config.mk
   branches/SAMBA_4_0/source/param/loadparm.c
   branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
   branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c
   branches/SAMBA_4_0/source/script/mkversion.sh
   branches/SAMBA_4_0/source/smb_server/smb_server.h
   branches/SAMBA_4_0/source/torture/raw/ioctl.c
   branches/SAMBA_4_0/source/torture/torture.c
   branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c


Changeset:
Sorry, the patch is too large (10007 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13658


More information about the samba-cvs mailing list