summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.Volker Lendecke1-1/+9
2007-10-10r12544: Fix segfaults in winbind, smbpasswd and netVolker Lendecke1-0/+2
2007-10-10r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison1-1/+1
2007-10-10r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <me...Jeremy Allison1-3/+3
2007-10-10r3882: Fix bug 2069 -- thanks to jason@ncac.gwu.eduVolker Lendecke1-1/+2
2007-10-10r1504: Remove insane use of "user password" on the COMMAND LINE !Jeremy Allison1-25/+6
2004-02-25I *hate* global variables...Andrew Bartlett1-0/+6
2004-02-23Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison1-2/+4
2004-02-04This should be the correct fix for the lack of a prototype forAndrew Bartlett1-6/+0
2004-02-02fix problems with proto.hGerald Carter1-1/+1
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-0/+7
2003-09-15fix online helpSimo Sorce1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-15/+0
2003-07-15Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke1-2/+2
2003-07-11Doesn't re-prompt for password when it is specified on the cmdlineJim McDonough1-2/+2
2003-07-09more compile fixes for become/unbecome_root()Gerald Carter1-0/+15
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-3/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-12merge of smbpasswd segfault from SAMBA_2_2Gerald Carter1-7/+10
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+2
2002-11-08Merge from HEAD:Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-18/+18
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-2/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-58/+47
2002-04-03reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis1-7/+8
2002-04-02readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis1-180/+178
2002-04-01reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell1-178/+181
2002-03-30merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis1-181/+178
2002-03-27merge from 2.2 - don't check local passdb if -r option usedHerb Lewis1-1/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-5/+0
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2002-01-07sync getopt() args with 2.2Gerald Carter1-1/+1
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-1/+21
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-1/+41
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-139/+40
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell1-2/+0
2001-12-04smbpasswd is *ugly*!Andrew Bartlett1-0/+2
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett1-294/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-8/+8
2001-11-19Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool1-22/+20
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-4/+2
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-1/+1
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-11/+13
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-14/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-4/+4