summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-03Fixing clitar.c so that tar to stdout works correctly.Richard Sharpe1-9/+9
1998-08-03This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1-11/+7
1998-08-03I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1-9/+13
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel16-273/+341
1998-07-31Debugging functions are now in their own module.Christopher R. Hertel1-0/+533
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel4-293/+70
1998-07-31added test for getpwanam().Andrew Tridgell4-75/+102
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison11-270/+415
1998-07-30In addition to the HAVE_FUNCTION_MACRO test that Andrew used as an example,Christopher R. Hertel2-0/+7
1998-07-30added HAVE_FUNCTION_MACRO testAndrew Tridgell4-72/+100
1998-07-30fixed sin_len test for FreeBSDAndrew Tridgell2-72/+74
1998-07-30fixed a make proto bug pointed out by Chris.Andrew Tridgell1-1/+1
1998-07-29updated prototypesAndrew Tridgell1-0/+1
1998-07-29fixed a bug in the replacement inet_ntoaAndrew Tridgell1-1/+1
1998-07-29test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell6-43/+110
1998-07-29ignore the auto-generated dummy fileAndrew Tridgell1-0/+1
1998-07-29added Makefile to .cvsignore in the hope that this will prevent peopleAndrew Tridgell1-0/+1
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell12-147/+196