summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* this completes the splitup of server.c.Andrew Tridgell1998-08-1710-3349/+3574
* more splitting of server.cAndrew Tridgell1998-08-176-564/+627
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-176-495/+553
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-177-95/+84
* reduced the memory footprint a bit by changing some large static intAndrew Tridgell1998-08-171-9/+10
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-1710-145/+247
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-173-279/+289
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-1711-87/+81
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-1711-373/+350
* I think it is pretty much decided that the next major version will beAndrew Tridgell1998-08-161-1/+1
* - some tidying up in files.cAndrew Tridgell1998-08-163-11/+10
* fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1998-08-161-8/+9
* added include of sys/resource.hAndrew Tridgell1998-08-164-189/+238
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-168-154/+234
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-165-29/+154
* changed find_free_file() to file_new().Andrew Tridgell1998-08-164-11/+11
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-1518-942/+957
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-152-36/+36
* some more dummy files to ignoreAndrew Tridgell1998-08-153-1/+4
* moved the printing related files to a separate printing/ directory.Andrew Tridgell1998-08-156-31/+31
* configure: Changes for extra headers.Jeremy Allison1998-08-1531-97/+130
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-1449-3823/+3885
* remove an unused variableAndrew Tridgell1998-08-141-1/+0
* define INADDR_NONE if not already definedAndrew Tridgell1998-08-141-0/+4
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-144-22/+156
* Added the '--with-netatalk' option to turn Netatalk support on atJohn Blair1998-08-131-0/+18
* Added the APPLEDOUBLE macro for the name of the directory containingJohn Blair1998-08-131-0/+3
* Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1998-08-131-0/+159
* move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.Herb Lewis1998-08-131-2/+2
* return to old behaviour of dumping ALL parametersHerb Lewis1998-08-131-1/+1
* HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).Jeremy Allison1998-08-131-1/+1
* More blocking lock code - still #ifdef'ed out - under development.Jeremy Allison1998-08-131-10/+170
* Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1998-08-131-4/+4
* Changed a call to fflush(dbg) to dbgflush().Christopher R. Hertel1998-08-121-1/+1
* I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1998-08-122-6/+32
* fixed the nested comment - Jeremy, do you want that unbecome_user() orAndrew Tridgell1998-08-121-2/+1
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-117-108/+241
* Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1998-08-111-1/+2
* I've come up with a different scheme for doing the DEBUG() and DEBUGADD()Christopher R. Hertel1998-08-111-0/+14
* Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1998-08-111-12/+13
* strip out extra spaces from smbclient output that were added recentlyHerb Lewis1998-08-111-1/+1
* Removed a stray semicolon in the DEBUGADD() macro.Christopher R. Hertel1998-08-111-5/+5
* 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
* Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1998-08-114-13/+48
* update for new directory structureHerb Lewis1998-08-102-18/+19
* Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1998-08-103-3/+22
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-104-224/+183
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-107-1060/+2063