summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix problems with proto.hGerald Carter2004-02-021-1/+1
* remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-021-0/+7
* fix online helpSimo Sorce2003-09-151-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-15/+0
* Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke2003-07-151-2/+2
* Doesn't re-prompt for password when it is specified on the cmdlineJim McDonough2003-07-111-2/+2
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-091-0/+15
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-3/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+2
* Merge from HEAD:Andrew Bartlett2002-11-081-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-18/+18
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-2/+4
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-58/+47
* reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis2002-04-031-7/+8
* readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis2002-04-021-180/+178
* reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell2002-04-011-178/+181
* merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis2002-03-301-181/+178
* merge from 2.2 - don't check local passdb if -r option usedHerb Lewis2002-03-271-1/+3
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-5/+0
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+3
* sync getopt() args with 2.2Gerald Carter2002-01-071-1/+1
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-1/+21
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-1/+41
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-139/+40
* moved init_account_policy() to the right placeAndrew Tridgell2001-12-041-2/+0
* smbpasswd is *ugly*!Andrew Bartlett2001-12-041-0/+2
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-041-294/+3
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-8/+8
* Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool2001-11-191-22/+20
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-4/+2
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-1/+1
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-11/+13
* Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-221-14/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* 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