summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-07-14loadparm.c:Jeremy Allison6-115/+119
1998-07-14Added strupper() function call to up-case the scope field in theChristopher R. Hertel1-6/+7
1998-07-11nntrans.c: Fully implemented transact rename.Jeremy Allison4-7/+44
1998-07-11nttrans.c: More NT SMB stuff.Jeremy Allison4-76/+104
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison2-2/+9
1998-07-10AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1-4/+135
1998-07-09Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1-8/+29
1998-07-09New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1-39/+242
1998-07-09NT SMB trans reply code.Jeremy Allison3-74/+301
1998-07-08Implementing more NT SMB functionality.Jeremy Allison1-82/+332
1998-07-07includes.h: Fixes for QNX 4.x.Jeremy Allison1-1/+6
1998-07-07Fixed (hopefully) last bug with username mapping.Jeremy Allison1-4/+5
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison4-15/+20
1998-07-06Digital UNIX does not seem to set OPTIND if there are noRichard Sharpe1-0/+10
1998-07-02Fix for pidfile startup message.Jeremy Allison2-36/+35
1998-07-02nttrans.c: More NT SMB stuff.Jeremy Allison2-4/+11
1998-07-02chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison4-45/+55
1998-07-01includes.h: AIX fix.Jeremy Allison4-28/+119
1998-06-30nttrans.c: More code towards NT protocol.Jeremy Allison3-21/+109
1998-06-29nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison4-7/+26
1998-06-27Added code to do elections when told to do so.Jeremy Allison1-2/+9
1998-06-27nisppass.c: Fixed incorrect parameter usage.Jeremy Allison10-50/+126
1998-06-25clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison2-13/+23
1998-06-25Minor cosmetic change. I up-cased internal #defines.Christopher R. Hertel8-13/+45
1998-06-23The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel6-21/+24