summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* s3-utils: Do not disable the root check in smbpasswd.Andreas Schneider2014-04-171-2/+0
* s3: smbpasswd - fix crashes on invalid input.Jeremy Allison2013-12-161-0/+14
* smbpasswd: Don't leak memory.Andreas Schneider2013-02-221-0/+1
* s3-utils: Check return value of secrets_init().Andreas Schneider2012-12-211-1/+6
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+5
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* smbpasswd: always free frame.Rusty Russell2012-07-181-4/+4
* s3:smbpasswd: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command lineAndrew Bartlett2011-05-081-0/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-301-0/+1
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-021-1/+1
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-4/+0
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* s3: Remove talloc_autofree_context() from smbpasswdVolker Lendecke2010-09-261-2/+2
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* Fix coverity #900. Resource leak.Jeremy Allison2009-06-191-0/+5
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-05-291-27/+15
* Don't look up local user for remote changes, even when root.Jim McDonough2009-04-161-6/+10
* Minor tidyup of unix account missing code.Jeremy Allison2009-01-091-5/+5
* s3/smbpasswd: Check if Unix account exists before asking for the password.Karolin Seeger2009-01-091-0/+9
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-2/+2
* Fix some nonempty blank linesVolker Lendecke2008-09-011-21/+21
* 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