summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-07-29hopefully permissions are right nowAndrew Tridgell1-0/+4791
1998-07-29still trying to get permissions right - CVS doesn't commit permissions change...Andrew Tridgell1-4792/+0
1998-07-29checkin configure again in order to get permissions rightAndrew Tridgell1-0/+1
1998-07-29some merge cleanupsAndrew Tridgell9-0/+1726
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell69-3213/+8356
1998-07-29locking.c: Print messages when we downgrade a lock.Jeremy Allison4-19/+35
1998-07-28locking.c: Don't need to do map_lock_type on *testing* a lock, just on setting.Jeremy Allison1-2/+7
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison5-27/+54
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison8-39/+20
1998-07-25Cleaned up some testing code and made it more "permanent" looking. TheChristopher R. Hertel1-38/+32
1998-07-25Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1-1/+1
1998-07-24Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel4-141/+175
1998-07-24Changed the definition of the linked list header used in the directoryChristopher R. Hertel1-1/+1
1998-07-24To each list type, I added a macro that makes it easier to define andChristopher R. Hertel4-19/+54
1998-07-24Updates smbstatus to have a -S and -L flag.Richard Sharpe1-69/+87
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison6-76/+140
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison6-14/+16
1998-07-22includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison2-6/+14
1998-07-17Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES inJeremy Allison1-1/+1
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison7-76/+222
1998-07-17nttrans.c: Added FILE_EXECUTE to required permissions checked.Jeremy Allison2-11/+13
1998-07-17local.h: Added NTFS define if HAVE_NT_SMBS is defined.Jeremy Allison2-5/+14
1998-07-16Makefile: Added nttrans.oJeremy Allison6-218/+312
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison6-22/+106
1998-07-15util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel2-1/+15