..
cmdline
r4045: readd krb5 support defaulted to disable
2007-10-10 13:06:17 -05:00
crypto
r4197: Remove silly extra const.
2007-10-10 13:07:25 -05:00
dcom
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 in my compile
2007-10-10 13:06:16 -05:00
ldb
r4282: removed a spurious error message now we remove index entries in the modify call
2007-10-10 13:07:31 -05:00
messaging
r4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 13:06:21 -05:00
netif
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00
popt
r3730: More build system fixes and simplifications
2007-10-10 13:05:47 -05:00
registry
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (and human-editable) format in
2007-10-10 13:07:32 -05:00
socket
r3753: Have some modules default to "NOT" and enable them again when
2007-10-10 13:05:51 -05:00
tdb
r3968: fix compiler warnings
2007-10-10 13:06:09 -05:00
basic.mk
r3972: use GUID_* naming context and move GUID_* functions to one place
2007-10-10 13:06:09 -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
r4124: include locale.h to get LC_ALL in include/system/iconv.h
2007-10-10 13:06:28 -05:00
data_blob.c
r4327: add usefull function if you don't want that the data will talloc_memdup()'ed
2007-10-10 13:07:35 -05:00
db_wrap.c
r3783: - don't use make proto for ldb anymore
2007-10-10 13:05:52 -05:00
debug.c
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
2007-10-10 13:05:22 -05:00
dprintf.c
r3441: some include file cleanups and general housekeeping
2007-10-10 13:05:11 -05:00
events.c
r3507: - added deferred replies on sharing violation in pvfs open. The
2007-10-10 13:05:23 -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
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00
genrand.c
r3964: fix compiler warnings
2007-10-10 13:06:08 -05:00
getsmbpass.c
r3518: fixed some includes to be consistent.
2007-10-10 13:05:27 -05:00
iconv.c
r4267: fixed the charset code to use the builtin_functions.
2007-10-10 13:07:30 -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
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
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -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
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
2007-10-10 13:05:22 -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
r3656: allow easy testing of the "realloc changes the pointer" type of problem that abartlet
2007-10-10 13:05:42 -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
r4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 13:06:21 -05:00
unix_privs.c
r3507: - added deferred replies on sharing violation in pvfs open. The
2007-10-10 13:05:23 -05:00
username.c
r861: remove the next round of unused stuff
2007-10-10 12:56:13 -05:00
util_file.c
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00
util_getent.c
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00
util_pw.c
r4058: added a type safe version of smb_xmalloc()
2007-10-10 13:06: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
r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling in
2007-10-10 13:07:29 -05:00
util_strlist.c
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
2007-10-10 13:06:19 -05:00
util_unistr.c
r3449: more include file reduction
2007-10-10 13:05:13 -05:00
util.c
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
2007-10-10 13:06:19 -05:00
version.c
merge the version.h autogeneration stuff from 3.0
2004-01-28 12:47:52 +00:00
wins_srv.c
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00
xfile.c
r4055: fixed more places to use type safe allocation macros
2007-10-10 13:06:20 -05:00