summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-14passdb.cJeremy Allison1-181/+2
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1-2/+191
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison2-4/+5
1998-05-12This is a security audit change of the main source.Jeremy Allison11-193/+193
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1-1/+8
1998-05-11ldap back-end database developmentLuke Leighton1-6/+6
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell6-20/+20
1998-05-10Updated OSF1_ENH_SEC mode password handling.John Terpstra1-1/+8
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1-4/+17
1998-05-08smb.h: Supporting defines for NT trans calls.Jeremy Allison1-4/+8
1998-05-08Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1-0/+225
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison4-34/+34
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton4-58/+58
1998-05-06Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1-1/+19
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-5/+4
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1-7/+16
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison6-18/+30
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison4-17/+18
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison3-4/+38
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-0/+16
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison1-5/+13
1998-04-29password.c:Luke Leighton1-0/+4
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison3-29/+78