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