summaryrefslogtreecommitdiffstats
path: root/source/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* Don't look up local user for remote changes, even when root.Jim McDonough2009-04-171-6/+10
* s3/smbpasswd: Check if Unix account exists before asking for the password.Karolin Seeger2009-01-121-0/+9
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-181-2/+2
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-121-0/+4
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-4/+3
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-231-2/+3
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-5/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+5
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* 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