index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
cmdline
/
popt_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Remove global_loadparm.
Jelmer Vernooij
1
-5
/
+1
2008-11-02
Move check of SMB_CONF_PATH to loadparm code.
Jelmer Vernooij
1
-5
/
+1
2008-05-27
Use new dynconfig.h location.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26352: Don't make lp_load create a new context.
Jelmer Vernooij
1
-9
/
+14
2007-12-21
r26350: More tests.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26339: Make loadparm talloc-allocated.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26308: Split up big popt common callback function.
Jelmer Vernooij
1
-27
/
+56
2007-12-21
r26275: return loadparm context in lp_load.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
1
-10
/
+11
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-13
/
+9
2007-10-10
r25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij
1
-12
/
+12
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24620: move printing out the version string and exit()
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22306: try to make the aix compiler happy
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r19637: Leave --realm option only, as abartlet suggested.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r19630: Support specifying the realm name from command line.
Rafal Szczesniak
1
-0
/
+6
2007-10-10
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r17281: we now have client/server max protol
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14598: 'logfile' may be a poor choice for a global variable name, but for now
Andrew Bartlett
1
-3
/
+3
2007-10-10
r13341: Trivial.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r13205: Add another useful comment.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-87
/
+1
2007-10-10
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12320: Add command-line processing hooks for simple bind DN, and password ca...
Andrew Bartlett
1
-1
/
+5
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r10364: Turn gensec:gssapi on by default, except for a login of the form
Andrew Bartlett
1
-11
/
+0
2007-10-10
r10316: More dynconfig fixes
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r9993: Gcc is fussy about the lack of parentheses around assignment statements.
Tim Potter
1
-1
/
+1
2007-10-10
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
1
-3
/
+5
2007-10-10
r8679: only call fault setup once (thanks to andrew for pointing this out)
Andrew Tridgell
1
-3
/
+4
2007-10-10
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8643: - make lp_configfile() work again
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8067: added a method for disabling the password prompt in programs that want
Andrew Tridgell
1
-1
/
+9
2007-10-10
r7967: We don't have the ms_krb5 stuff any more.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r7530: Simply calling convention of lp_load().
Andrew Bartlett
1
-1
/
+1
2007-10-10
r7525: Unify lp_load(), load_interfaces and logging setup into popt().
Andrew Bartlett
1
-5
/
+17
2007-10-10
r6483: fix anonymous connections, '-U %' or '-U ""%""' can be used for this
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6024: Some of the ordering constraints on the popt callbacks were getting
Andrew Bartlett
1
-4
/
+4
2007-10-10
r5988: Fix the -P option (use machine account credentials) to use the Samba4
Andrew Bartlett
1
-20
/
+1
2007-10-10
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-5
/
+4
2007-10-10
r5932: Use cli_credentials somewhat more in the Gtk+ code
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r5917: First step in using the new cli_credentials structure. This patch
Jelmer Vernooij
1
-267
/
+36
2007-10-10
r5135: I prepare a clean up in includes.h
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r4817: ccache was being made ineffective on all the build farm machines
Andrew Tridgell
1
-0
/
+1
[next]