This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[kai/samba.git] / source / lib /
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 Andrew BartlettMerge of signed/unsigned fixes from HEAD.
2003-02-01 Andrew BartlettBitmap offsets and counts are always positive.
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2003-02-01 Andrew BartlettMake it clear that the magic value is (size_t)-1.
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Tim PotterMerge ... REQ_DEBUGLEVEL messaging and debug_count...
2003-01-30 Tim PotterMove debug level message handling into debug.c from...
2003-01-29 Jeremy AllisonRemoved duplicate fn to avoid compiler warning. (from...
2003-01-29 Jeremy AllisonReturn 0 instead of crashing when a NULL source string...
2003-01-29 Tim PotterRemoved duplicate fn to avoid compiler warning.
2003-01-29 Tim PotterReturn 0 instead of crashing when a NULL source string...
2003-01-29 Tim PotterQuieten debug about gencache.tdb not being able to...
2003-01-28 Andrew BartlettMerge from HEAD:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-24 Gerald Cartersync with tpot's change to gencache_get() in HEAD
2003-01-24 Gerald Cartermasking an assert error in Tim's wins server checking...
2003-01-24 Jeremy AllisonFix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.
2003-01-24 Jeremy AllisonMemory leak fix from Leo Qiu <leoxqiu@yahoo.com>.
2003-01-24 Gerald Cartermerging [un]signed declaration
2003-01-23 Tim PotterMerge of max log file fixes from appliance:
2003-01-22 Tim PotterMerge of wins server dead list into gencache.tdb
2003-01-21 Tim PotterUpdated some comments.
2003-01-21 Tim PotterKeep the list of dead WINS servers in gencache.tdb...
2003-01-21 Tim PotterMake the valstr and timeout return pointers optional...
2003-01-17 Jim McDonoughdlsym() can return NULL validly, so we can't use that...
2003-01-17 Jim McDonoughEnable dynamic loading of RPC modules. See docs/textdo...
2003-01-17 Jeremy AllisonJanitorial duty...
2003-01-17 Andrew Tridgellfix some undefined behaviour with increments in C....
2003-01-16 Jeremy AllisonFixed up mutex protection around winbindd logon code...
2003-01-16 Jeremy AllisonFixed up mutex protection around winbindd logon code...
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-16 Andrew BartlettFix a signed/unsigned warning.
2003-01-15 Richard SharpeRemove a wayward file.
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettDoing a malloc(strlen(s)) then a pstrpcp(y, s) is just...
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-13 Jeremy AllisonDon't touch data after a free.
2003-01-13 Richard SharpeMore janitorial duties. Pulling these in from samba...
2003-01-13 Andrew BartlettPatch from metze to add what he feels is the correct...
2003-01-13 Andrew BartlettPatch from metze to to make testparm show values for...
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-11 Jeremy AllisonAdded new message_send_pid() code that uses tdb append...
2003-01-11 Jeremy AllisonAdded new message_send_pid() code that uses tdb append...
2003-01-10 Jeremy AllisonFirst part of efficiency fixes for message sending...
2003-01-10 Jeremy AllisonFirst part of efficiency fixes for message sending...
2003-01-09 Tim PotterRemove read_with_timeout() and replaced its only caller...
2003-01-08 Tim PotterRemoved pointless null statement in signal handler.
2003-01-04 Andrew BartlettMerge from HEAD - whitespace :-)
2003-01-04 Andrew BartlettMerge from HEAD - baseless parinoia about never having...
2003-01-04 Andrew BartlettMerge from HEAD - mimir's new gencache based namecache...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-03 Andrew BartlettMerge from HEAD - add PRINTF_ATTRIBUTE to a few more...
2003-01-03 Andrew BartlettMerge from HEAD - tridge's new timegm() that actually...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 Andrew BartlettCall me parinoid, but I don't like the idea that we...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-19 Herb Lewismerge from 2.2
2002-12-19 Herb Lewismerge from 2.2
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-16 Simo Sorceupdates to the gums
2002-12-14 Jeremy AllisonThe name pointer in the talloc context must not be...
2002-12-14 Jeremy AllisonThe name pointer in the talloc context must not be...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-10 Jeremy AllisonThe _abs time functions should not be converting from...
2002-12-10 Jeremy AllisonThe _abs time functions should not be converting from...
2002-12-06 Jeremy AllisonEnsure global_scope() returns "", not the NULL string...
2002-12-06 Jeremy AllisonEnsure global_scope() returns "", not the NULL string...
2002-12-03 Jim McDonoughfns for retrieving dns host name and domain name (get...
2002-12-03 Jim McDonoughfns for retrieving dns host name and domain name (get...
2002-12-01 Andrew BartlettMerge from HEAD, struct in_addr is always in network...
2002-12-01 Andrew BartlettPOSIX indicates that this is always in network byte...
2002-11-29 Tim PotterMerge a bunch of trivial changes from HEAD. The differ...
2002-11-27 Gerald Carterremoving inet_aton()
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-11-23 Andrew Tridgella working timegm() function for systems that don't...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-20 Andrew Tridgellmerged the %U changes to 3.0
2002-11-20 Andrew Tridgellmore %U fixes for head
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-17 Tim PotterRenamed uuid_to_string() to guid_to_string() to avoid...
2002-11-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next