summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved username.c into lib/ so we no longer $(PASSDB_OBJ) in mostAndrew Tridgell1998-08-102-27/+25
* smbtorture now compilesAndrew Tridgell1998-08-102-17/+10
* fixed the installation scripts for the new layoutAndrew Tridgell1998-08-1010-55/+62
* the rest of the binaries now compile and linkAndrew Tridgell1998-08-102-57/+68
* a few more things compile.Andrew Tridgell1998-08-094-51/+199
* swat compiles, with some even uglier hacks. we really have to doAndrew Tridgell1998-08-093-58/+105
* nmbd compiles and links. I had to do some ugly stuff, putting files inAndrew Tridgell1998-08-092-86/+86
* close to having nmbd linking (just a bit of repository hacking to go)Andrew Tridgell1998-08-092-14/+379
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-0910-1819/+779
* removed the if statements from the DEBUG() macro definitions.Andrew Tridgell1998-08-091-4/+4
* another dummy fileAndrew Tridgell1998-08-091-0/+0
* added ignore rules for the dummy filesAndrew Tridgell1998-08-0911-0/+12
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-098-0/+0
* the autoconf scripts are now converted to the new directory structureAndrew Tridgell1998-08-093-15/+17
* new directory structure in configure.inAndrew Tridgell1998-08-091-5/+6
* we have to have the test for -lsocket before the test for someAndrew Tridgell1998-08-082-340/+340
* added --with-nisplus-home optionAndrew Tridgell1998-08-087-253/+296
* forgot to remove -nostrip option for packaging. Makes inst package too big.Herb Lewis1998-08-071-1/+1
* add startswat.sh to automate starting swat with inetdHerb Lewis1998-08-073-11/+38
* Fixed memory leak when freeing ChangeNotify structures.Jeremy Allison1998-08-051-6/+6
* nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison1998-08-042-18/+54
* loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1998-08-044-39/+29