summaryrefslogtreecommitdiff
path: root/source3/lib/popt_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3/lib/popt_common: use stack buffer in set_logfile()David Disseldorp2019-02-071-7/+8
* s3/lib/popt_common: don't assume stackframe presenceDavid Disseldorp2019-02-071-5/+22
* s3:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider2019-01-281-21/+123
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-208/+0
* s3/lib:popt_common: Move setup_logging to common callbackChristof Schmitt2018-09-071-4/+4
* CVE-2017-12150: s3:popt_common: don't turn a guessed username into a specifie...Stefan Metzmacher2017-09-201-6/+1
* s3:popt_common: Reparse the username in popt_common_credentials_post()Andreas Schneider2017-06-201-0/+16
* s3: popt: Change to NULL from talloc_autofree_context() now we correctly free...Jeremy Allison2017-05-091-1/+1
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-1/+1
* s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdli...Jeremy Allison2017-05-091-0/+10
* s3: popt: When using a global variable, don't hide it by helper locals.Jeremy Allison2017-05-091-18/+16
* s3:user_auth_info: let struct user_auth_info use struct cli_credentials inter...Stefan Metzmacher2016-12-201-174/+8
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-0/+25
* lib: popt_common xfile->stdioVolker Lendecke2016-12-111-7/+6
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-15/+43
* s3: fix encryption help messagesRalph Boehme2015-12-221-1/+1
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-1/+1
* lib: Fix CID 1107218 Resource leakVolker Lendecke2015-04-211-5/+2
* s3:lib: fix const warnings in popt_common.cStefan Metzmacher2014-11-151-3/+6
* param: avoid the use of lp_do_parameter in poptGarming Sam2014-07-071-1/+1
* param: use a single command line set_option in the codeGarming Sam2014-05-071-2/+13
* cmdline: Remove dynconfig hooks in command line processingAndrew Bartlett2014-02-121-145/+0
* lib: Remove an unused variableVolker Lendecke2013-06-111-1/+0
* swat: Remove swat.Kai Blin2013-05-181-10/+0
* s3:popt_common: Fix password processing.Stefan Metzmacher2012-11-301-11/+2
* s3fs-popt: Add function to burn the commandline password.Andreas Schneider2012-11-081-0/+47
* s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke2012-06-121-0/+5
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-091-1/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-2/+2
* s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:popt: add POPT_COMMON_OPTION to provide only the "--option" featureMichael Adam2011-02-091-0/+5
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-3/+1
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-021-0/+10
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-241-1/+6
* s3:lib: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-0/+20
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-21/+38
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-051-1/+1
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-4/+4
* popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam2008-08-151-0/+10
* popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-151-0/+6
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-29/+1
* Fix Coverity ID 436Volker Lendecke2008-03-231-0/+5
* popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin2008-02-041-3/+12