summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell7-95/+84
1998-08-17reduced the memory footprint a bit by changing some large static intAndrew Tridgell1-9/+10
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell10-145/+247
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell3-279/+289
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell11-87/+81
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell11-373/+350
1998-08-16I think it is pretty much decided that the next major version will beAndrew Tridgell1-1/+1
1998-08-16- some tidying up in files.cAndrew Tridgell3-11/+10
1998-08-16fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1-8/+9
1998-08-16added include of sys/resource.hAndrew Tridgell4-189/+238
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell8-154/+234
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell5-29/+154
1998-08-16changed find_free_file() to file_new().Andrew Tridgell4-11/+11
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell18-942/+957
1998-08-15use user instead of this_user to prevent global shadowingAndrew Tridgell2-36/+36
1998-08-15some more dummy files to ignoreAndrew Tridgell3-1/+4
1998-08-15moved the printing related files to a separate printing/ directory.Andrew Tridgell6-31/+31
1998-08-15configure: Changes for extra headers.Jeremy Allison31-97/+130
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell49-3823/+3885
1998-08-14remove an unused variableAndrew Tridgell1-1/+0
1998-08-14define INADDR_NONE if not already definedAndrew Tridgell1-0/+4
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison4-22/+156
1998-08-13Added the '--with-netatalk' option to turn Netatalk support on atJohn Blair1-0/+18
1998-08-13Added the APPLEDOUBLE macro for the name of the directory containingJohn Blair1-0/+3
1998-08-13Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1-0/+159
1998-08-13move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.Herb Lewis1-2/+2
1998-08-13return to old behaviour of dumping ALL parametersHerb Lewis1-1/+1
1998-08-13HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).Jeremy Allison1-1/+1
1998-08-13More blocking lock code - still #ifdef'ed out - under development.Jeremy Allison1-10/+170
1998-08-13Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1-4/+4
1998-08-12Changed a call to fflush(dbg) to dbgflush().Christopher R. Hertel1-1/+1
1998-08-12I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel2-6/+32
1998-08-12fixed the nested comment - Jeremy, do you want that unbecome_user() orAndrew Tridgell1-2/+1
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison7-108/+241
1998-08-11Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1-1/+2
1998-08-11I've come up with a different scheme for doing the DEBUG() and DEBUGADD()Christopher R. Hertel1-0/+14
1998-08-11Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1-12/+13
1998-08-11Removed a stray semicolon in the DEBUGADD() macro.Christopher R. Hertel1-5/+5
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-11Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison4-13/+48
1998-08-10Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison3-3/+22
1998-08-10moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell4-224/+183
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell7-1060/+2063
1998-08-10moved username.c into lib/ so we no longer $(PASSDB_OBJ) in mostAndrew Tridgell2-27/+25
1998-08-10smbtorture now compilesAndrew Tridgell2-17/+10
1998-08-10fixed the installation scripts for the new layoutAndrew Tridgell10-55/+62
1998-08-10the rest of the binaries now compile and linkAndrew Tridgell2-57/+68
1998-08-09a few more things compile.Andrew Tridgell4-51/+199