summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-4/+4
* move to SAFE_FREE()Simo Sorce2001-09-171-6/+6
* Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison2001-09-121-8/+11
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-5/+5
* Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter2001-08-311-2/+6
* merge from 2.2Gerald Carter2001-08-301-0/+3
* Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter2001-08-291-0/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison2001-08-021-3/+10
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-2/+2
* Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison2001-07-061-2/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* Experimental support for joining a domain without creating an account inTim Potter2001-06-291-23/+344
* added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell2001-06-251-3/+17
* Patch from Simo:Gerald Carter2001-05-071-2/+2
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-5/+16
* fix typoHerb Lewis2001-04-241-1/+1
* don't allow both add and delete user to be set at the same timeHerb Lewis2001-04-241-1/+4
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-12/+7
* fixed a crash bug in smbpasswdAndrew Tridgell2001-02-211-1/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-2/+9
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-12/+17
* Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison2000-08-211-5/+6
* Fixed memory leaks in root and non-root password changing.Tim Potter2000-07-261-7/+20
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-14/+3
* Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison2000-03-011-3/+2
* client/client.c:Jeremy Allison2000-02-251-53/+43
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-365/+156
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-2/+0
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-0/+2
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-33/+0
* attempting to establish inter-domain trust relationships. modifiedLuke Leighton1999-11-201-28/+115
* BDC support.Matthew Chapman1999-07-221-32/+38
* BDC support.Luke Leighton1999-07-211-5/+21
* Mainly BDC-related changes.Matthew Chapman1999-04-081-10/+26
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-3/+29
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-77/+177
* Added load_interfaces in smbpasswd to allow name resolution by broadcast andMatthew Chapman1999-01-181-0/+2
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1998-11-301-6/+6
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+2
* Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1998-11-181-12/+6
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+1
* Added fixes for machine accounts.Jeremy Allison1998-11-161-10/+32
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-2/+2
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-3/+19
* Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1998-11-121-2/+20