summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
...
* r22071: Make the error message for incorrect use of '-c' show the parameter a...Andrew Bartlett2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+1
* r16247: Fix Coverity ID 296Volker Lendecke2007-10-101-1/+1
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-8/+25
* r15906: smbpasswd help text for -W option (patch from Aruna Prabakar <aruna.p...Gerald Carter2007-10-101-0/+1
* r15311: look at the NT password (not lanman one) when determining if smbpassw...Gerald Carter2007-10-101-1/+1
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-2/+2
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-4/+4
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller2007-10-101-42/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+14
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r13148: Fix bug: #3413Simo Sorce2007-10-101-3/+9
* r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.Volker Lendecke2007-10-101-1/+9
* r12544: Fix segfaults in winbind, smbpasswd and netVolker Lendecke2007-10-101-0/+2
* r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison2007-10-101-1/+1
* r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <me...Jeremy Allison2007-10-101-3/+3
* r3882: Fix bug 2069 -- thanks to jason@ncac.gwu.eduVolker Lendecke2007-10-101-1/+2
* r1504: Remove insane use of "user password" on the COMMAND LINE !Jeremy Allison2007-10-101-25/+6
* I *hate* global variables...Andrew Bartlett2004-02-251-0/+6
* Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2004-02-231-2/+4
* This should be the correct fix for the lack of a prototype forAndrew Bartlett2004-02-041-6/+0
* 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