summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-02pdbedit: Avoid a use of convert_time_t_to_uint32_t()Volker Lendecke1-2/+2
2023-10-25s3:utils: Call gfree_all() before exit in pdbeditAndreas Schneider1-0/+1
2023-08-23s3:utils: Use lpcfg_set_cmdline() in pdbeditPavel Kalugin1-1/+4
2023-08-23s3:utils: Remove trailing spaces in pdbedit; no changesPavel Kalugin1-8/+8
2022-10-17s3/utils: Check return of talloc_strdupNoel Power1-2/+10
2022-10-14s3/utils: Fix use after free with popt 1.19Noel Power1-1/+1
2021-09-10pdbedit: don't ignore unknown optionsRalph Boehme1-0/+5
2021-05-25s3:utils: Migrate pdbedit to the new cmdline option parserAndreas Schneider1-9/+21
2021-03-16lib: Remove init_names()Volker Lendecke1-3/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-12-02lib: Remove duplicate get_pass() prototypesVolker Lendecke1-0/+1
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-2/+0
2019-08-22s3: free popt context in utilsSwen Schillig1-2/+12
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+6
2019-04-11utils: Update error check for new string conversion wrapperSwen Schillig1-4/+1
2019-03-01utils: Use wrapper for string to integer conversionSwen Schillig1-3/+8
2018-12-11pdbedit: Use dom_sid_str_bufVolker Lendecke1-2/+3
2018-09-07s3:pdbedit: Use cmdline_messaging_contextChristof Schmitt1-0/+3
2018-08-11s3:utils: Do not leak memory in new_user()Andreas Schneider1-3/+7
2015-11-30Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi1-4/+39
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-2/+2
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-04-02s3:utils: avoid argv related const warningsStefan Metzmacher1-2/+2
2013-05-22When '--policies-reset' is success, the exit code should be 0.Peng Haitao1-1/+1
2012-09-10Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari1-1/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+9
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-3/+3
2011-08-19s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs1-2/+2
2011-07-28s3:pdbedit: use lp_load_global()Michael Adam1-1/+1
2011-07-08s3-param Remove lp_set_passdb_backend()Andrew Bartlett1-1/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-8/+8
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-6/+6
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-12-16s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...Günther Deschner1-2/+4
2009-10-27s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff timeMichael Adam1-4/+28
2009-07-15s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang1-1/+1
2009-06-19Fix coverity #920. Possible NULL deref.Jeremy Allison1-0/+4
2009-05-30Make it possible to change machine account sidsSimo Sorce1-40/+171
2009-05-30Remove trailing whitespacesSimo Sorce1-20/+20
2009-05-29s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam1-2/+2
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce1-257/+319
2009-04-05Remove a silly checkVolker Lendecke1-7/+0
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-10/+10
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2