summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-035-21/+30
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-038-38/+344
* One more minor change to the format of a DEBUG message. I broke up aChristopher R. Hertel1998-08-031-4/+9
* I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1998-08-037-59/+96
* Fixing clitar.c so that tar to stdout works correctly.Richard Sharpe1998-08-031-9/+9
* This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1998-08-031-11/+7
* I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1998-08-031-9/+13
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-3116-273/+341
* Debugging functions are now in their own module.Christopher R. Hertel1998-07-311-0/+533
* This is the checkin of the debug changes.Christopher R. Hertel1998-07-314-293/+70
* added test for getpwanam().Andrew Tridgell1998-07-314-75/+102
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-3011-270/+415
* In addition to the HAVE_FUNCTION_MACRO test that Andrew used as an example,Christopher R. Hertel1998-07-302-0/+7
* added HAVE_FUNCTION_MACRO testAndrew Tridgell1998-07-304-72/+100
* fixed sin_len test for FreeBSDAndrew Tridgell1998-07-302-72/+74
* fixed a make proto bug pointed out by Chris.Andrew Tridgell1998-07-301-1/+1
* updated prototypesAndrew Tridgell1998-07-291-0/+1
* fixed a bug in the replacement inet_ntoaAndrew Tridgell1998-07-291-1/+1
* test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell1998-07-296-43/+110
* ignore the auto-generated dummy fileAndrew Tridgell1998-07-291-0/+1
* added Makefile to .cvsignore in the hope that this will prevent peopleAndrew Tridgell1998-07-291-0/+1
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-2912-147/+196