summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-07-29locking.c: Print messages when we downgrade a lock.Jeremy Allison2-19/+32
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison2-16/+14
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison4-29/+18
1998-07-25Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1-1/+1
1998-07-24Changed the definition of the linked list header used in the directoryChristopher R. Hertel1-1/+1
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison3-20/+35
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison3-12/+12
1998-07-22includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1-5/+9
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 Allison4-61/+204
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 Allison1-4/+10
1998-07-16Makefile: Added nttrans.oJeremy Allison3-213/+283
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-9/+26
1998-07-14loadparm.c:Jeremy Allison3-103/+102
1998-07-11nntrans.c: Fully implemented transact rename.Jeremy Allison2-6/+40
1998-07-11nttrans.c: More NT SMB stuff.Jeremy Allison3-76/+103
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+8
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 Allison2-74/+291
1998-07-08Implementing more NT SMB functionality.Jeremy Allison1-82/+332
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1-2/+5
1998-07-02nttrans.c: More NT SMB stuff.Jeremy Allison1-2/+2
1998-07-02chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison2-42/+53
1998-07-01includes.h: AIX fix.Jeremy Allison2-28/+109
1998-06-30nttrans.c: More code towards NT protocol.Jeremy Allison1-13/+91
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison2-0/+291
1998-06-15client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1-0/+34
1998-06-15Makefile:Jeremy Allison1-8/+20
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-1/+1
1998-06-13Groupname mapping code now lives here.Jeremy Allison1-0/+204
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison3-33/+47
1998-06-10Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1-2/+1
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison2-3/+64
1998-06-04client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1-6/+5
1998-06-03ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison2-91/+270
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison2-4/+52
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-2/+10
1998-05-22I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel2-2/+0
1998-05-22Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1-0/+1
1998-05-21Fixed 'revalidate' parameter so it's only considered in security=shareJeremy Allison1-29/+29
1998-05-21printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1-15/+17
1998-05-20Fixed incorrect last arg to safe_strcpy in new wildcard code.Jeremy Allison1-1/+1
1998-05-20Minor tweak for wcard compatibility paranoia.Jeremy Allison1-1/+1
1998-05-20Fixed Samba's wildcard algorithm to be *exactly* the sameJeremy Allison1-1/+10
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-0/+3
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison4-52/+179
1998-05-18resolving compilation errorsLuke Leighton1-1/+1