Age | Commit message (Expand) | Author | Files | Lines |
1998-08-11 | strip out extra spaces from smbclient output that were added recently | Herb Lewis | 1 | -1/+1 |
1998-08-11 | Removed a stray semicolon in the DEBUGADD() macro. | Christopher R. Hertel | 1 | -5/+5 |
1998-08-11 | I've added a test for lp_loaded() so that timestamps *will* be output | Christopher R. Hertel | 1 | -4/+9 |
1998-08-11 | fixed a nasty bug in debug.c | Andrew Tridgell | 1 | -1/+1 |
1998-08-11 | make sure that a fault cannot occur twice. The new Debug1() code is | Andrew Tridgell | 1 | -18/+22 |
1998-08-11 | Makefile.in: Added CHECK target back in (at Herb's request). Added | Jeremy Allison | 4 | -13/+48 |
1998-08-10 | update for new directory structure | Herb Lewis | 2 | -18/+19 |
1998-08-10 | Makefile.in: Fixed make clean bug with CVS directory in bin/. | Jeremy Allison | 3 | -3/+22 |
1998-08-10 | moved access.c into lib/ from smbd/ as it is needed by testparm. I | Andrew Tridgell | 4 | -224/+183 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 7 | -1060/+2063 |
1998-08-10 | moved username.c into lib/ so we no longer $(PASSDB_OBJ) in most | Andrew Tridgell | 2 | -27/+25 |
1998-08-10 | smbtorture now compiles | Andrew Tridgell | 2 | -17/+10 |
1998-08-10 | fixed the installation scripts for the new layout | Andrew Tridgell | 10 | -55/+62 |
1998-08-10 | the rest of the binaries now compile and link | Andrew Tridgell | 2 | -57/+68 |
1998-08-09 | a few more things compile. | Andrew Tridgell | 4 | -51/+199 |
1998-08-09 | swat compiles, with some even uglier hacks. we really have to do | Andrew Tridgell | 3 | -58/+105 |
1998-08-09 | nmbd compiles and links. I had to do some ugly stuff, putting files in | Andrew Tridgell | 2 | -86/+86 |
1998-08-09 | close to having nmbd linking (just a bit of repository hacking to go) | Andrew Tridgell | 2 | -14/+379 |
1998-08-09 | this gets smbd compiling and linking correctly with the new layout. | Andrew Tridgell | 10 | -1819/+779 |
1998-08-09 | removed the if statements from the DEBUG() macro definitions. | Andrew Tridgell | 1 | -4/+4 |
1998-08-09 | another dummy file | Andrew Tridgell | 1 | -0/+0 |
1998-08-09 | added ignore rules for the dummy files | Andrew Tridgell | 11 | -0/+12 |
1998-08-09 | these dummy files are needed for autoconf processing | Andrew Tridgell | 8 | -0/+0 |
1998-08-09 | the autoconf scripts are now converted to the new directory structure | Andrew Tridgell | 3 | -15/+17 |
1998-08-09 | new directory structure in configure.in | Andrew Tridgell | 1 | -5/+6 |
1998-08-08 | we have to have the test for -lsocket before the test for some | Andrew Tridgell | 2 | -340/+340 |
1998-08-08 | added --with-nisplus-home option | Andrew Tridgell | 7 | -253/+296 |
1998-08-07 | forgot to remove -nostrip option for packaging. Makes inst package too big. | Herb Lewis | 1 | -1/+1 |
1998-08-07 | add startswat.sh to automate starting swat with inetd | Herb Lewis | 3 | -11/+38 |
1998-08-05 | Fixed memory leak when freeing ChangeNotify structures. | Jeremy Allison | 1 | -6/+6 |
1998-08-04 | nttrans.c: Fix change_notify. Queue processing code wasn't changing to | Jeremy Allison | 2 | -18/+54 |
1998-08-04 | loadparm.c: Added "debug timestamp" synonym for Chris. | Jeremy Allison | 4 | -39/+29 |
1998-08-03 | More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() | Christopher R. Hertel | 5 | -21/+30 |
1998-08-03 | First implementation of ChangeNotify - this version only checks | Jeremy Allison | 8 | -38/+344 |
1998-08-03 | One more minor change to the format of a DEBUG message. I broke up a | Christopher R. Hertel | 1 | -4/+9 |
1998-08-03 | I finished removing timestring() calls from DEBUG() messages. Also went | Christopher R. Hertel | 7 | -59/+96 |
1998-08-03 | Fixing clitar.c so that tar to stdout works correctly. | Richard Sharpe | 1 | -9/+9 |
1998-08-03 | This is the remaining set of changes needed to replace the changes lost | Christopher R. Hertel | 1 | -11/+7 |
1998-08-03 | I have fixed some of the autoconfigure problems. I'm studying the diffs | Christopher R. Hertel | 1 | -9/+13 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 16 | -273/+341 |
1998-07-31 | Debugging functions are now in their own module. | Christopher R. Hertel | 1 | -0/+533 |
1998-07-31 | This is the checkin of the debug changes. | Christopher R. Hertel | 4 | -293/+70 |
1998-07-31 | added test for getpwanam(). | Andrew Tridgell | 4 | -75/+102 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 11 | -270/+415 |
1998-07-30 | In addition to the HAVE_FUNCTION_MACRO test that Andrew used as an example, | Christopher R. Hertel | 2 | -0/+7 |
1998-07-30 | added HAVE_FUNCTION_MACRO test | Andrew Tridgell | 4 | -72/+100 |
1998-07-30 | fixed sin_len test for FreeBSD | Andrew Tridgell | 2 | -72/+74 |
1998-07-30 | fixed a make proto bug pointed out by Chris. | Andrew Tridgell | 1 | -1/+1 |
1998-07-29 | updated prototypes | Andrew Tridgell | 1 | -0/+1 |
1998-07-29 | fixed a bug in the replacement inet_ntoa | Andrew Tridgell | 1 | -1/+1 |