summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-2911-976/+440
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-292-19/+32
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-282-16/+14
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-274-29/+18
* Noticed that I was using the strlen() of a string that I had strdup()'dChristopher R. Hertel1998-07-251-1/+1
* Changed the definition of the linked list header used in the directoryChristopher R. Hertel1998-07-241-1/+1
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-233-20/+35
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-223-12/+12
* includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1998-07-221-5/+9
* Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES inJeremy Allison1998-07-171-1/+1
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-174-61/+204
* nttrans.c: Added FILE_EXECUTE to required permissions checked.Jeremy Allison1998-07-172-11/+13
* local.h: Added NTFS define if HAVE_NT_SMBS is defined.Jeremy Allison1998-07-171-4/+10
* Makefile: Added nttrans.oJeremy Allison1998-07-163-213/+283
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-9/+26
* loadparm.c:Jeremy Allison1998-07-143-103/+102
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-112-6/+40
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-113-76/+103
* Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1998-07-101-1/+8
* AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1998-07-101-4/+135
* Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1998-07-091-8/+29
* New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1998-07-091-39/+242
* NT SMB trans reply code.Jeremy Allison1998-07-092-74/+291
* Implementing more NT SMB functionality.Jeremy Allison1998-07-081-82/+332
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-2/+5
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-021-2/+2
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-022-42/+53
* includes.h: AIX fix.Jeremy Allison1998-07-012-28/+109
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-301-13/+91
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-162-0/+291
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-151-0/+34
* Makefile:Jeremy Allison1998-06-151-8/+20
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-1/+1
* Groupname mapping code now lives here.Jeremy Allison1998-06-131-0/+204
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-123-33/+47
* Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1998-06-101-2/+1
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-102-3/+64
* client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1998-06-041-6/+5
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-032-91/+270
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-272-4/+52
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-261-2/+10
* I've put the ubiqx headers back into includes.h, and removed them fromChristopher R. Hertel1998-05-222-2/+0
* Removed all ubiqx includes from includes.h. So far, this was only a problemChristopher R. Hertel1998-05-221-0/+1
* Fixed 'revalidate' parameter so it's only considered in security=shareJeremy Allison1998-05-211-29/+29
* printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1998-05-211-15/+17
* Fixed incorrect last arg to safe_strcpy in new wildcard code.Jeremy Allison1998-05-201-1/+1
* Minor tweak for wcard compatibility paranoia.Jeremy Allison1998-05-201-1/+1
* Fixed Samba's wildcard algorithm to be *exactly* the sameJeremy Allison1998-05-201-1/+10
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-0/+3
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-184-52/+179