summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell3-13/+17
1998-08-30This should fix the zombie problem that luke noticed.Andrew Tridgell1-1/+1
1998-08-30don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1-1/+3
1998-08-30changed the format of the wins.dat file slightly.Andrew Tridgell1-0/+22
1998-08-30added a function zero_free(void *, int size) that zeros an area ofAndrew Tridgell1-0/+11
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison2-23/+57
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-1/+1
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-5/+3
1998-08-21Just tweaking.Christopher R. Hertel1-2/+20
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell2-12/+10
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-15/+2
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1-139/+144
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-3/+13
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+11
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-0/+121
1998-08-15configure: Changes for extra headers.Jeremy Allison6-13/+10
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell3-10/+269
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1-3/+134
1998-08-13Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1-0/+159
1998-08-12I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1-5/+31
1998-08-11Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1-12/+13
1998-08-11I've added a test for lp_loaded() so that timestamps *will* be outputChristopher R. Hertel1-4/+9
1998-08-11fixed a nasty bug in debug.cAndrew Tridgell1-1/+1
1998-08-11make sure that a fault cannot occur twice. The new Debug1() code isAndrew Tridgell1-18/+22
1998-08-10moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1-216/+169
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1-0/+1
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-08added --with-nisplus-home optionAndrew Tridgell1-4/+4
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-3/+4
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison2-3/+4
1998-08-03This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1-11/+7
1998-08-03I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1-9/+13
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-3/+3
1998-07-31Debugging functions are now in their own module.Christopher R. Hertel1-0/+533
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel1-278/+1
1998-07-31added test for getpwanam().Andrew Tridgell1-1/+1
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-35/+45
1998-07-29fixed a bug in the replacement inet_ntoaAndrew Tridgell1-1/+1
1998-07-29test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell1-0/+15
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-7/+7
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell13-564/+757
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-27/+54
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-1/+29
1998-07-15util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1-0/+13
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+1
1998-07-07Fixed (hopefully) last bug with username mapping.Jeremy Allison1-4/+5
1998-07-02Fix for pidfile startup message.Jeremy Allison1-35/+34
1998-06-30nttrans.c: More code towards NT protocol.Jeremy Allison1-2/+6
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-19/+0