summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-09swat compiles, with some even uglier hacks. we really have to doAndrew Tridgell3-58/+105
1998-08-09nmbd compiles and links. I had to do some ugly stuff, putting files inAndrew Tridgell2-86/+86
1998-08-09close to having nmbd linking (just a bit of repository hacking to go)Andrew Tridgell2-14/+379
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell10-1819/+779
1998-08-09removed the if statements from the DEBUG() macro definitions.Andrew Tridgell1-4/+4
1998-08-09another dummy fileAndrew Tridgell1-0/+0
1998-08-09added ignore rules for the dummy filesAndrew Tridgell11-0/+12
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell8-0/+0
1998-08-09the autoconf scripts are now converted to the new directory structureAndrew Tridgell3-15/+17
1998-08-09new directory structure in configure.inAndrew Tridgell1-5/+6
1998-08-08we have to have the test for -lsocket before the test for someAndrew Tridgell2-340/+340
1998-08-08added --with-nisplus-home optionAndrew Tridgell7-253/+296
1998-08-05Fixed memory leak when freeing ChangeNotify structures.Jeremy Allison1-6/+6
1998-08-04nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison2-18/+54
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison4-39/+29
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel5-21/+30
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison8-38/+344
1998-08-03One more minor change to the format of a DEBUG message. I broke up aChristopher R. Hertel1-4/+9
1998-08-03I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel7-59/+96