summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22smbpasswd: Don't leak memory.Andreas Schneider1-0/+1
2012-12-21s3-utils: Check return value of secrets_init().Andreas Schneider1-1/+6
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+5
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2012-07-18smbpasswd: always free frame.Rusty Russell1-4/+4
2011-07-28s3:smbpasswd: use lp_load_global()Michael Adam1-1/+1
2011-05-08s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command lineAndrew Bartlett1-0/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+2
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner1-0/+1
2010-11-02s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett1-1/+1
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-4/+0
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from smbpasswdVolker Lendecke1-2/+2
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2009-06-19Fix coverity #900. Resource leak.Jeremy Allison1-0/+5
2009-05-29Consolidate user create/delete paths in smbpasswdSimo Sorce1-27/+15
2009-04-16Don't look up local user for remote changes, even when root.Jim McDonough1-6/+10
2009-01-09Minor tidyup of unix account missing code.Jeremy Allison1-5/+5
2009-01-09s3/smbpasswd: Check if Unix account exists before asking for the password.Karolin Seeger1-0/+9
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-09-01Fix some nonempty blank linesVolker Lendecke1-21/+21
2007-12-12Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison1-1/+1
2007-12-12Only add the non-root escape on !developer.Jeremy Allison1-1/+1
2007-12-12Fix the buildfarm until I figure out how to allowJeremy Allison1-0/+2
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison1-0/+4
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-4/+3
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-2/+3
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-5/+7
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r24943: Some stackframesVolker Lendecke1-1/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22071: Make the error message for incorrect use of '-c' show the parameter a...Andrew Bartlett1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r16247: Fix Coverity ID 296Volker Lendecke1-1/+1
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-8/+25
2007-10-10r15906: smbpasswd help text for -W option (patch from Aruna Prabakar <aruna.p...Gerald Carter1-0/+1
2007-10-10r15311: look at the NT password (not lanman one) when determining if smbpassw...Gerald Carter1-1/+1
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-2/+2
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-4/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller1-42/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter1-10/+14
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13148: Fix bug: #3413Simo Sorce1-3/+9