summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-5/+5
2001-08-31Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter1-2/+6
2001-08-30merge from 2.2Gerald Carter1-0/+3
2001-08-29Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter1-0/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-3/+10
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-2/+2
2001-07-06Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison1-2/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-29Experimental support for joining a domain without creating an account inTim Potter1-23/+344
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-05-07Patch from Simo:Gerald Carter1-2/+2
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-5/+16
2001-04-24fix typoHerb Lewis1-1/+1
2001-04-24don't allow both add and delete user to be set at the same timeHerb Lewis1-1/+4
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-12/+7
2001-02-21fixed a crash bug in smbpasswdAndrew Tridgell1-1/+0
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-12/+17
2000-08-21Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison1-5/+6
2000-07-26Fixed memory leaks in root and non-root password changing.Tim Potter1-7/+20
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-14/+3
2000-03-01Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison1-3/+2
2000-02-25client/client.c:Jeremy Allison1-53/+43
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-365/+156
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-2/+0
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-0/+2
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-33/+0
1999-11-20attempting to establish inter-domain trust relationships. modifiedLuke Leighton1-28/+115
1999-07-22BDC support.Matthew Chapman1-32/+38
1999-07-21BDC support.Luke Leighton1-5/+21
1999-04-08Mainly BDC-related changes.Matthew Chapman1-10/+26
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-3/+29
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-77/+177
1999-01-18Added load_interfaces in smbpasswd to allow name resolution by broadcast andMatthew Chapman1-0/+2
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-30pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1-6/+6
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+2
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1-12/+6
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+1
1998-11-16Added fixes for machine accounts.Jeremy Allison1-10/+32
1998-11-13fixes for OSF1 compilationAndrew Tridgell1-2/+2
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-3/+19
1998-11-12Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1-2/+20
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-218/+0
1998-11-12char -> uchar fixAndrew Tridgell1-1/+1
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-637/+679