summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27s3:utils: Initialize the memcache for smbpasswdAndreas Schneider1-0/+9
2023-10-25s3:utils: Call gfree_all before exit in smbpasswdAndreas Schneider1-0/+3
2023-10-25s3:utils: Remove trailing white spaces in smbpasswd.cAndreas Schneider1-14/+14
2023-09-14s3:utils: Use lpcfg_set_cmdline() in smbpasswdPavel Kalugin1-4/+14
2021-03-16lib: Remove init_names()Volker Lendecke1-8/+0
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-12-02lib: Remove duplicate get_pass() prototypesVolker Lendecke1-0/+1
2019-11-27smbdotconf: mark "ldap admin dn" with constant="1"Ralph Boehme1-2/+2
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-2/+0
2018-09-07s3:smbpasswd: Use cmdline_messaging_contextChristof Schmitt1-14/+3
2018-05-17s3-utils: fix format-truncation in smbpasswdGünther Deschner1-23/+26
2017-08-23s3:utils: Remove pointless if-clause for remote_machineAndreas Schneider1-6/+4
2017-08-23s3:utils: Make sure we authenticate against our SAM name in smbpasswdAndreas Schneider1-5/+27
2017-08-23s3:utils: Pass domain to password_change() in smbpasswdAndreas Schneider1-5/+7
2017-08-23s3:utils: Make strings const passed to password_change() in smbpasswdAndreas Schneider1-2/+3
2017-08-23s3:libsmb: Move prototye of remote_password_change()Andreas Schneider1-0/+1
2017-08-23s3:libsmb: Pass domain to remote_password_change()Andreas Schneider1-1/+2
2017-08-18s3:utils: Allow to run smbpasswd as userAndreas Schneider1-2/+12
2017-07-25smbpasswd: Initialize messaging for messaging_ctdb_connVolker Lendecke1-0/+4
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-04-17s3-utils: Do not disable the root check in smbpasswd.Andreas Schneider1-2/+0
2013-12-16s3: smbpasswd - fix crashes on invalid input.Jeremy Allison1-0/+14
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