summaryrefslogtreecommitdiff
path: root/source3/include/popt_common.h
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-10/+0
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-1/+0
* s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdli...Jeremy Allison2017-05-091-0/+2
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-0/+1
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-1/+4
* s3fs-popt: Add function to burn the commandline password.Andreas Schneider2012-11-081-0/+1
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-13/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3:popt: add POPT_COMMON_OPTION to provide only the "--option" featureMichael Adam2011-02-091-0/+2
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+2
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-241-0/+1
* s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.Günther Deschner2009-09-111-0/+1
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-0/+1
* popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-151-0/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-0/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+1
* add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher2007-12-141-0/+2
* Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-061-2/+0
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-11/+0
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-101-0/+11
* r15848: Introduce commandline options to set the remainder of the parameters inJames Peach2007-10-101-0/+4
* r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.Tim Potter2007-10-101-0/+2
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-0/+1
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-1/+5
* Define POPT_TABLEEND if current popt.h doesn't contain it alreadyJelmer Vernooij2003-03-241-0/+4
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-9/+2
* Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij2003-03-221-0/+47