summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* removed some feedback request comments - we get enough email :)Andrew Tridgell1998-07-291-7/+0
* updated the UNIX install instructions to include ./configureAndrew Tridgell1998-07-291-10/+4
* hopefully permissions are right nowAndrew Tridgell1998-07-291-0/+4791
* still trying to get permissions right - CVS doesn't commit permissions change...Andrew Tridgell1998-07-291-4792/+0
* checkin configure again in order to get permissions rightAndrew Tridgell1998-07-291-0/+1
* some merge cleanupsAndrew Tridgell1998-07-299-0/+1726
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-2969-3213/+8356
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-294-19/+35
* locking.c: Don't need to do map_lock_type on *testing* a lock, just on setting.Jeremy Allison1998-07-281-2/+7
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-285-27/+54
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-278-39/+20
* Cleaned up some testing code and made it more "permanent" looking. TheChristopher R. Hertel1998-07-251-38/+32
* Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1998-07-251-1/+1
* Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel1998-07-244-141/+175
* Changed the definition of the linked list header used in the directoryChristopher R. Hertel1998-07-241-1/+1
* To each list type, I added a macro that makes it easier to define andChristopher R. Hertel1998-07-244-19/+54
* Updates smbstatus to have a -S and -L flag.Richard Sharpe1998-07-242-71/+105
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-236-76/+140