summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+1
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-3/+3
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-8/+10
1998-11-04Added scripting option (-s) to smbpasswd.Jeremy Allison1-10/+73
1998-10-30Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to theJeremy Allison1-2/+7
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-1/+1
1998-10-02- static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1-23/+2
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe1-1/+1
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-2/+6
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-0/+1
1998-09-25added rpcclient programLuke Leighton1-1/+7
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-48/+90
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+1
1998-07-14loadparm.c:Jeremy Allison1-10/+15
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-165/+27
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-0/+6
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-10/+10
1998-05-15Change getpwnam to Get_Pwnam(xx , True) to allow lazy matchingJeremy Allison1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-2/+2
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1-1/+1
1998-05-11ldap back-end database developmentLuke Leighton1-24/+24
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1-10/+10
1998-05-07Fixed changed calls to machine password locking code.Jeremy Allison1-5/+4
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-1/+1
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-16/+266
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-3/+4
1998-04-23clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1-60/+6
1998-04-18includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1-529/+56
1998-04-17Changing of machine passwords now works !!!!!!Jeremy Allison1-11/+22
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-43/+46
1998-04-14Modified interfaces to getting smb password entries fromJeremy Allison1-4/+4
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1-1/+1
1998-04-07Added check for getpwnam returning NULL.Jeremy Allison1-3/+7
1998-03-30Added extra remote password changing error codes from lmerr.h on NT.Jeremy Allison1-2/+5
1998-03-26client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison1-34/+58
1998-03-26Added the ability to differentiate between workstation and serverJeremy Allison1-10/+13
1998-03-26smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1-5/+29
1998-03-24Added writing of '[XXX]' account control bits into gcosJeremy Allison1-6/+49
1998-03-24Updated smbpasswd to allow root to add machine accounts, and allowJeremy Allison1-50/+229
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1-4/+35
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-132/+247
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-1/+1
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-10-31- cleanup some warningsAndrew Tridgell1-1/+1
1997-10-28fix castAndrew Tridgell1-1/+1
1997-10-13reverted a change made by Luke at his request.Andrew Tridgell1-2/+2
1997-10-13byteorder.h :Luke Leighton1-3/+3
1997-09-15- if the user already exists then ignore the -add commandAndrew Tridgell1-10/+19
1997-09-15- change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1-6/+10