summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison2-2/+9
1998-05-11add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton2-0/+6
1998-05-11ldap back-end database developmentLuke Leighton10-604/+725
1998-05-11don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1-1/+1
1998-05-11include includes.h in all the ubiqx files. I know Chris won't likeAndrew Tridgell5-4/+6
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell33-94/+207
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-10Updated OSF1_ENH_SEC mode password handling.John Terpstra1-1/+8
1998-05-08added sam_passwd structure: don't want smb_passwd to be "polluted".Luke Leighton1-6/+50
1998-05-08removed proto.h from cvsignoreLuke Leighton1-1/+0
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison4-48/+35
1998-05-08Ho hum, someone deleted proto.h from cvs... re-adding.Jeremy Allison1-0/+2070
1998-05-08proto.h was being a pain. use "make proto" instead. check release andLuke Leighton1-2070/+0
1998-05-08added proto.h to .cvsignoreLuke Leighton1-0/+1
1998-05-08added smb_grpid to smb_passwd structLuke Leighton1-0/+1
1998-05-08Se-submitting clitar.c/Richard Sharpe2-58/+436
1998-05-08renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton2-21/+20
1998-05-08added extra fields to struct smb_passwdLuke Leighton1-7/+37
1998-05-08The globals section now shows non-default variables (like theHerb Lewis2-23/+125
1998-05-08added FLAG_BASIC to some browse options for swat.Herb Lewis1-4/+4
1998-05-08smb.h: Supporting defines for NT trans calls.Jeremy Allison2-4/+33
1998-05-08Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1-0/+225
1998-05-07added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1-10/+65
1998-05-07remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton2-146/+97
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton5-67/+38
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison9-52/+57
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton12-140/+334
1998-05-07Fixed changed calls to machine password locking code.Jeremy Allison1-5/+4
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 Allison4-37/+33
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison6-38/+43
1998-05-06Rolling back again to the equivalent of revision 1.22, as the currentJeremy Allison1-382/+25
1998-05-06jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton7-55/+859
1998-05-06compiler warning for unimportant uninitialised variableLuke Leighton1-4/+4
1998-05-06Real fix for clitar.c problems. Have now made all the rightRichard Sharpe2-28/+385
1998-05-06much faster pstrcpy() and fstrcpy()Andrew Tridgell1-16/+24
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison9-25/+38
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison11-26/+28
1998-05-05Rolling clitar.c back to the previous rev 1.22 as the current oneJeremy Allison1-382/+25
1998-05-05Added bug fixes to clitar to ensure proper longfile name restoresRichard Sharpe1-25/+382
1998-05-05patches from jean francois: couple of minor bugsLuke Leighton2-3/+2
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison9-12/+56
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison7-47/+343
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison8-33/+66
1998-04-29password.c:Luke Leighton2-10/+21
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison14-172/+234
1998-04-28Fixed checked in code that didn't compile.Jeremy Allison1-9/+5
1998-04-28added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>Luke Leighton1-0/+59
1998-04-28First version that compiles. Much more to do.....Jeremy Allison3-228/+178
1998-04-25This looks like a big change but really isn't.Jeremy Allison36-439/+341