..
cmdline
r3454: moved a few more things out if includes.h into the include/system/ include files.
2007-10-10 13:05:13 -05:00
crypto
r3462: separate out the crypto includes
2007-10-10 13:05:16 -05:00
dcom
r3488: Start using RemoteActivation
2007-10-10 13:05:21 -05:00
ldb
r3449: more include file reduction
2007-10-10 13:05:13 -05:00
messaging
r3481: split out client.h and events.h
2007-10-10 13:05:20 -05:00
netif
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
2007-10-10 13:05:17 -05:00
popt
r665: merge over the new build system from my tmp branch
2007-10-10 12:53:36 -05:00
registry
r3472: fixed build of reg_backend_gconf
2007-10-10 13:05:18 -05:00
socket
r3482: fixed a warning and an error from the IRIX 6.4 build
2007-10-10 13:05:20 -05:00
tdb
r3480: moved some signal defines into include/system
2007-10-10 13:05:20 -05:00
basic.m4
r3462: separate out the crypto includes
2007-10-10 13:05:16 -05:00
basic.mk
r3462: separate out the crypto includes
2007-10-10 13:05:16 -05:00
capability.c
r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 build
2007-10-10 13:05:18 -05:00
charcnv.c
r3063: our default dos charset is CP850, but some systems don't have that, so
2007-10-10 13:01:55 -05:00
data_blob.c
r2674: I have realised that talloc() should have its context marked const, as
2007-10-10 12:59:20 -05:00
db_wrap.c
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
2007-10-10 13:05:17 -05:00
debug.c
r1123: Make all lp_ string functions return 'const char *'.
2007-10-10 12:56:38 -05:00
dprintf.c
r3441: some include file cleanups and general housekeeping
2007-10-10 13:05:11 -05:00
events.c
r3481: split out client.h and events.h
2007-10-10 13:05:20 -05:00
fault.c
r3458: more solaris portability fixes, the main one being that we can't use a
2007-10-10 13:05:16 -05:00
fsusage.c
r3447: more include/system/XXX.h include files
2007-10-10 13:05:12 -05:00
gencache.c
r3447: more include/system/XXX.h include files
2007-10-10 13:05:12 -05:00
genrand.c
r3462: separate out the crypto includes
2007-10-10 13:05:16 -05:00
getsmbpass.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
iconv.c
r3482: fixed a warning and an error from the IRIX 6.4 build
2007-10-10 13:05:20 -05:00
iconv.m4
r665: merge over the new build system from my tmp branch
2007-10-10 12:53:36 -05:00
idtree.c
r3130: - added a LOCAL-IDTREE test suite
2007-10-10 13:02:24 -05:00
ldap_escape.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
module.c
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
2007-10-10 13:05:17 -05:00
ms_fnmatch.c
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions.
2007-10-10 12:59:39 -05:00
mutex.c
more mutex portability.
2003-12-16 03:45:04 +00:00
pam_errors.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
pidfile.c
r3441: some include file cleanups and general housekeeping
2007-10-10 13:05:11 -05:00
replace.c
r3455: some more portability fixes. We nearly compile on solaris again now.
2007-10-10 13:05:15 -05:00
select.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
server_mutex.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
signal.c
r3450: portability fixes
2007-10-10 13:05:13 -05:00
snprintf.c
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
2007-10-10 12:56:21 -05:00
substitute.c
r3466: split out request.h, signing.h, and smb_server.h
2007-10-10 13:05:17 -05:00
system.c
r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 build
2007-10-10 13:05:18 -05:00
talloc.c
r3366: updates from the junkcode version of talloc.
2007-10-10 13:05:01 -05:00
talloctort.c
remove a lot of unused stuff from the header files
2004-01-28 18:54:36 +00:00
tdb_helper.c
r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the
2007-10-10 12:59:56 -05:00
time.c
r3447: more include/system/XXX.h include files
2007-10-10 13:05:12 -05:00
username.c
r861: remove the next round of unused stuff
2007-10-10 12:56:13 -05:00
util_file.c
r3447: more include/system/XXX.h include files
2007-10-10 13:05:12 -05:00
util_getent.c
r685: The SAM is dead! Long live the new SAM! ;-)
2007-10-10 12:53:42 -05:00
util_pw.c
first public release of samba4 code
2003-08-13 01:53:07 +00:00
util_secdesc.c
r937: - added a simple QuerySecurity implementation in samr server
2007-10-10 12:56:20 -05:00
util_sid.c
r929: Remove more unused code from util_sid.c (the old-style sid code is
2007-10-10 12:56:20 -05:00
util_sock.c
r3457: s_addr is a macro on solaris, so we can't use it in structure names. arrgh.
2007-10-10 13:05:15 -05:00
util_str.c
r3449: more include file reduction
2007-10-10 13:05:13 -05:00
util_strlist.c
r3478: split out some more pieces of includes.h
2007-10-10 13:05:20 -05:00
util_unistr.c
r3449: more include file reduction
2007-10-10 13:05:13 -05:00
util_uuid.c
r1983: a completely new implementation of talloc
2007-10-10 12:58:14 -05:00
util.c
r3457: s_addr is a macro on solaris, so we can't use it in structure names. arrgh.
2007-10-10 13:05:15 -05:00
version.c
merge the version.h autogeneration stuff from 3.0
2004-01-28 12:47:52 +00:00
wins_srv.c
r3447: more include/system/XXX.h include files
2007-10-10 13:05:12 -05:00
xfile.c
r3454: moved a few more things out if includes.h into the include/system/ include files.
2007-10-10 13:05:13 -05:00