..
ldb
r22229: discard_const_p is in lib/replace now
2007-10-10 12:19:21 -05:00
replace
r22772: - Still working on the fact that readahead() is not declared (on at least one
2007-10-10 12:21:56 -05:00
socket_wrapper
r19179: remove difference with samba4
2007-10-10 12:15:20 -05:00
talloc
r22759: sync lib/talloc with samba4
2007-10-10 12:21:54 -05:00
tdb
r22641: Install tdbdump and tdbbackup.
2007-10-10 12:19:51 -05:00
access.c
r17408: Let us use netgroups even without a NIS domain but just using files
2007-10-10 11:38:32 -05:00
account_pol.c
r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sernet.de>
2007-10-10 12:16:17 -05:00
adt_tree.c
r20838: Small fix from Jiri.Sasek@Sun.COM to fix null
2007-10-10 12:17:11 -05:00
afs_settoken.c
r10976: Fix the build with openssl-0.9.8a.
2007-10-10 11:04:58 -05:00
afs.c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 11:19:14 -05:00
arc4.c
r10656: BIG merge from trunk. Features not copied over
2007-10-10 11:04:48 -05:00
audit.c
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
2007-10-10 11:15:59 -05:00
bitmap.c
r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's been in the
2007-10-10 10:53:34 -05:00
charcnv.c
r22754: When processing a string, ensure we don't write one past
2007-10-10 12:21:54 -05:00
clobber.c
r12855: Remove erroneous commenting out of valgrind fix.
2007-10-10 11:06:05 -05:00
conn_tdb.c
r22761: This introduces lib/conn_tdb.c with two main functions: connections_traverse
2007-10-10 12:21:55 -05:00
crc32.c
r12043: It's amazing the warnings you find when compiling on a 64-bit
2007-10-10 11:05:42 -05:00
data_blob.c
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
2007-10-10 12:22:01 -05:00
dbwrap_file.c
r22775: For the cluster code I've developed a wrapper around tdb to put different
2007-10-10 12:21:56 -05:00
dbwrap_tdb.c
r22775: For the cluster code I've developed a wrapper around tdb to put different
2007-10-10 12:21:56 -05:00
dbwrap.c
r22775: For the cluster code I've developed a wrapper around tdb to put different
2007-10-10 12:21:56 -05:00
debug.c
r22908: All callers of message_init now also call messaging_init. Unify those.
2007-10-10 12:22:07 -05:00
display_sec.c
r18745: Use the Samba4 data structures for security descriptors and security descriptor
2007-10-10 12:00:54 -05:00
dmallocmsg.c
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
2007-10-10 12:21:52 -05:00
dprintf.c
r17334: Some C++ warnings
2007-10-10 11:38:26 -05:00
dummyroot.c
r6588: just include includes.h to get prototypes here.
2007-10-10 10:56:46 -05:00
dummysmbd.c
r21897: Add in a basic raw NTLM encrypt request. Now
2007-10-10 12:18:46 -05:00
events.c
r20913: Fix the build.
2007-10-10 12:17:19 -05:00
fault.c
r22320: Be more careful and check for the euid instead of the uid.
2007-10-10 12:19:26 -05:00
fsusage.c
r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbd
2007-10-10 10:52:16 -05:00
gencache.c
r22009: change TDB_DATA from char * to unsigned char *
2007-10-10 12:19:00 -05:00
genrand.c
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
2007-10-10 11:10:14 -05:00
hmacmd5.c
r14454: Janitor for tridge - same code exists in Samba3 and 4.
2007-10-10 11:15:31 -05:00
iconv.c
r20133: get rid of defined but not used warning - static function only used
2007-10-10 12:16:27 -05:00
interface.c
r21854: Add gfree_interfaces() to gfree_all().
2007-10-10 12:18:38 -05:00
interfaces.c
r20131: get rid of a few no previous prototype warnings
2007-10-10 12:16:26 -05:00
launchd.c
r22542: Move over to using the _strict varients of the talloc
2007-10-10 12:19:44 -05:00
ldap_escape.c
r21606: Implement escaping function for ldap RDN values
2007-10-10 12:18:16 -05:00
md4.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
md5.c
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
messages.c
r22908: All callers of message_init now also call messaging_init. Unify those.
2007-10-10 12:22:07 -05:00
module.c
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes winbind
2007-10-10 12:18:33 -05:00
ms_fnmatch.c
r6044: Ensure the old search calls always ask mask_match to translate
2007-10-10 10:56:18 -05:00
pam_errors.c
r20183: Fix the build.
2007-10-10 12:16:31 -05:00
pidfile.c
r22113: Fix core dump when configfile in same directory.
2007-10-10 12:19:14 -05:00
popt_common.c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 11:19:14 -05:00
privileges.c
r22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 12:19:49 -05:00
readline.c
r19246: merge from samba4 rev 18207 and 18208:
2007-10-10 12:15:25 -05:00
repdir.c
r14746: Add the Samba4 replacements for opendir/readdir etc. to
2007-10-10 11:15:45 -05:00
secace.c
r22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 12:19:49 -05:00
secacl.c
r18745: Use the Samba4 data structures for security descriptors and security descriptor
2007-10-10 12:00:54 -05:00
secdesc.c
r22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 12:19:49 -05:00
select.c
r7440: * merge registry server changes from trunk (so far) for more
2007-10-10 10:57:09 -05:00
sendfile.c
r14393: Fix a couple of AIX warnings.
2007-10-10 11:15:28 -05:00
server_mutex.c
r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
2007-10-10 10:53:32 -05:00
sharesec.c
r22006: use string_term_tdb_data()...
2007-10-10 12:18:59 -05:00
signal.c
Merge from HEAD:
2003-01-14 08:26:54 +00:00
smbldap_util.c
r21606: Implement escaping function for ldap RDN values
2007-10-10 12:18:16 -05:00
smbldap.c
r21785: Avoid an unnecessary gettimeofday() call
2007-10-10 12:18:34 -05:00
smbrun.c
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
2007-10-10 12:22:02 -05:00
sock_exec.c
Refactor existing sock_exec() and socketpair_tcp() functions into their own
2003-04-30 17:35:56 +00:00
substitute.c
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstrings.
2007-10-10 11:19:21 -05:00
sysacls.c
r21953: One format fix, clarify a condition that the IBM
2007-10-10 12:18:52 -05:00
sysquotas_4A.c
r10163: try to fix the build on fedora 4, when --with-quota is not used
2007-10-10 11:03:35 -05:00
sysquotas_linux.c
r19982: From Michael Adam (ma@sernet.de) (thanks!:-)
2007-10-10 12:16:17 -05:00
sysquotas_xfs.c
r6586: get rid of a few more compiler warnings
2007-10-10 10:56:46 -05:00
sysquotas.c
r14342: Fix coverity #68 , resource leak on error path.
2007-10-10 11:15:26 -05:00
system_smbd.c
r20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 12:16:24 -05:00
system.c
r21725: Fix for memalign used without test guards. Was
2007-10-10 12:18:26 -05:00
tallocmsg.c
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
2007-10-10 12:21:52 -05:00
time.c
r21714: Change the VFS interface to use struct timespec
2007-10-10 12:18:24 -05:00
ufc.c
username.c
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
2007-10-10 11:10:14 -05:00
util_file.c
r20179: Sync up with Samba4 - remove blank lines at the
2007-10-10 12:16:30 -05:00
util_nscd.c
r18707: Fix the build when you have libnscd installed (which apparently no host
2007-10-10 12:00:49 -05:00
util_pw.c
r22026: Missed in my last commit, another case where we need to copy, not reference.
2007-10-10 12:19:04 -05:00
util_reg.c
r19991: Sorry for this 2000-liner...
2007-10-10 12:16:18 -05:00
util_seaccess.c
r18745: Use the Samba4 data structures for security descriptors and security descriptor
2007-10-10 12:00:54 -05:00
util_sec.c
r22096: become_root_uid_only() is unneeded - it's only used in
2007-10-10 12:19:11 -05:00
util_sid.c
r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad
2007-10-10 12:19:50 -05:00
util_sock.c
r22181: Fix for EISCON in open_any_socket_out from William Jojo
2007-10-10 12:19:19 -05:00
util_str.c
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
2007-10-10 12:22:02 -05:00
util_tdb.c
r22009: change TDB_DATA from char * to unsigned char *
2007-10-10 12:19:00 -05:00
util_unistr.c
r20361: Prevent strnlen_w reading beyond max. Valgrind
2007-10-10 12:16:44 -05:00
util_uuid.c
r18654: Rename "struct uuid" => "struct GUID" for consistency.
2007-10-10 11:52:19 -05:00
util.c
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
2007-10-10 12:21:52 -05:00
version.c
r13231: apparently strncat() is converted to strcat() on RH7.3 and similar systems. Fix the build on those boxes
2007-10-10 11:06:19 -05:00
wins_srv.c
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
2007-10-10 11:10:59 -05:00
xfile.c
r17869: More sensible fix for Stanford Checker null deref.
2007-10-10 11:38:55 -05:00