summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-5/+3
* Just tweaking.Christopher R. Hertel1998-08-211-2/+20
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-212-12/+10
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-171-15/+2
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-171-139/+144
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-3/+13
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-1/+11
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-0/+121
* configure: Changes for extra headers.Jeremy Allison1998-08-156-13/+10
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-143-10/+269
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-141-3/+134
* Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1998-08-131-0/+159
* I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1998-08-121-5/+31
* Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1998-08-111-12/+13
* I've added a test for lp_loaded() so that timestamps *will* be outputChristopher R. Hertel1998-08-111-4/+9
* fixed a nasty bug in debug.cAndrew Tridgell1998-08-111-1/+1
* make sure that a fault cannot occur twice. The new Debug1() code isAndrew Tridgell1998-08-111-18/+22
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-101-216/+169
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-091-0/+1
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* added --with-nisplus-home optionAndrew Tridgell1998-08-081-4/+4
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-3/+4
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-032-3/+4
* This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1998-08-031-11/+7
* I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1998-08-031-9/+13
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-3/+3
* Debugging functions are now in their own module.Christopher R. Hertel1998-07-311-0/+533
* This is the checkin of the debug changes.Christopher R. Hertel1998-07-311-278/+1
* added test for getpwanam().Andrew Tridgell1998-07-311-1/+1
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-35/+45
* fixed a bug in the replacement inet_ntoaAndrew Tridgell1998-07-291-1/+1
* test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell1998-07-291-0/+15
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-7/+7
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-2913-564/+757
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-27/+54
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-1/+29
* util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1998-07-151-0/+13
* Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1998-07-101-1/+1
* Fixed (hopefully) last bug with username mapping.Jeremy Allison1998-07-071-4/+5
* Fix for pidfile startup message.Jeremy Allison1998-07-021-35/+34
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-301-2/+6
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-19/+0
* CLITAR changes to overcome some reported problems and add Jay's changesRichard Sharpe1998-06-161-0/+19
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-16/+64
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-212/+127
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-16/+187
* Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1998-06-101-1/+1
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-101-26/+27
* Fixed file descriptor leak in open_socket_out - this couldJeremy Allison1998-06-041-0/+1