summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline/popt_common.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Make cmdline_credentials static.Jeremy Allison2017-05-111-1/+1
* s4: popt: Add set/get/free functions for cmdline_credentials.Jeremy Allison2017-05-111-0/+16
* s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett2011-07-291-1/+1
* s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett2011-06-211-3/+3
* s4-cmdline: moved loadparm init after fault setupAndrew Tridgell2011-03-291-2/+1
* fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell2011-03-231-1/+1
* s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell2010-11-291-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-14/+14
* s4:popt_common.c - fix intendationMatthias Dieter Wallnöfer2010-02-131-1/+1
* s4:cmdline: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
* Remove global_loadparm.Jelmer Vernooij2008-11-021-5/+1
* Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij2008-11-021-5/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-9/+14
* r26350: More tests.Jelmer Vernooij2007-12-211-3/+3
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-3/+3
* r26308: Split up big popt common callback function.Jelmer Vernooij2007-12-211-27/+56
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-3/+3
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-10/+11
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-13/+9
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-12/+12
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24620: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+9
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvarStefan Metzmacher2007-10-101-0/+4
* r22306: try to make the aix compiler happyStefan Metzmacher2007-10-101-3/+3
* r19637: Leave --realm option only, as abartlet suggested.Rafal Szczesniak2007-10-101-2/+2
* r19630: Support specifying the realm name from command line.Rafal Szczesniak2007-10-101-0/+6
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-3/+3
* r17281: we now have client/server max protolStefan Metzmacher2007-10-101-1/+1
* r14598: 'logfile' may be a poor choice for a global variable name, but for nowAndrew Bartlett2007-10-101-3/+3
* r13341: Trivial.Andrew Bartlett2007-10-101-1/+1
* r13205: Add another useful comment.Andrew Bartlett2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-87/+1
* r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell2007-10-101-1/+0
* r12320: Add command-line processing hooks for simple bind DN, and password ca...Andrew Bartlett2007-10-101-1/+5
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r10364: Turn gensec:gssapi on by default, except for a login of the formAndrew Bartlett2007-10-101-11/+0
* r10316: More dynconfig fixesJelmer Vernooij2007-10-101-1/+0
* r9993: Gcc is fussy about the lack of parentheses around assignment statements.Tim Potter2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-3/+5
* r8679: only call fault setup once (thanks to andrew for pointing this out)Andrew Tridgell2007-10-101-3/+4
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-101-0/+3
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-101-2/+2
* r8067: added a method for disabling the password prompt in programs that wantAndrew Tridgell2007-10-101-1/+9
* r7967: We don't have the ms_krb5 stuff any more.Andrew Bartlett2007-10-101-1/+0
* r7530: Simply calling convention of lp_load().Andrew Bartlett2007-10-101-1/+1
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-5/+17