summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
* - static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1998-10-021-23/+2
* Fixed up more possibly uninitialized variables.Richard Sharpe1998-09-271-1/+1
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-2/+6
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-0/+1
* added rpcclient programLuke Leighton1998-09-251-1/+7
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-48/+90
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* loadparm.c:Jeremy Allison1998-07-141-10/+15
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-165/+27
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-0/+6
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-10/+10
* Change getpwnam to Get_Pwnam(xx , True) to allow lazy matchingJeremy Allison1998-05-151-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+2
* reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1998-05-111-1/+1
* ldap back-end database developmentLuke Leighton1998-05-111-24/+24
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-10/+10
* Fixed changed calls to machine password locking code.Jeremy Allison1998-05-071-5/+4
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-1/+1
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-16/+266
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-3/+4
* clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1998-04-231-60/+6
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-181-529/+56
* Changing of machine passwords now works !!!!!!Jeremy Allison1998-04-171-11/+22
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-43/+46
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-4/+4
* Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1998-04-091-1/+1
* Added check for getpwnam returning NULL.Jeremy Allison1998-04-071-3/+7
* Added extra remote password changing error codes from lmerr.h on NT.Jeremy Allison1998-03-301-2/+5
* client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison1998-03-261-34/+58
* Added the ability to differentiate between workstation and serverJeremy Allison1998-03-261-10/+13
* smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1998-03-261-5/+29
* Added writing of '[XXX]' account control bits into gcosJeremy Allison1998-03-241-6/+49
* Updated smbpasswd to allow root to add machine accounts, and allowJeremy Allison1998-03-241-50/+229
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-241-4/+35
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-132/+247
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* - cleanup some warningsAndrew Tridgell1997-10-311-1/+1
* fix castAndrew Tridgell1997-10-281-1/+1
* reverted a change made by Luke at his request.Andrew Tridgell1997-10-131-2/+2
* byteorder.h :Luke Leighton1997-10-131-3/+3
* - if the user already exists then ignore the -add commandAndrew Tridgell1997-09-151-10/+19
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-151-6/+10
* This commit does 3 main things:Andrew Tridgell1997-09-141-14/+0
* fix a couple of "declaration shadows previous local" warnings.Andrew Tridgell1997-09-111-2/+0
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-2/+2
* bug in num. arguments detection that stopped the -add option workingSamba Release Account1997-08-091-7/+3
* updated smbpasswd to take the password on the command-line.Samba Release Account1997-08-061-20/+72