Age | Commit message (Expand) | Author | Files | Lines |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 2 | -10/+10 |
2008-05-05 | Move NTLM authentication details into auth/ntlm | Andrew Bartlett | 2 | -0/+2 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 2 | -9/+15 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 1 | -1/+0 |
2008-04-16 | Avoid event_find_context() when the event context is already available | Jelmer Vernooij | 7 | -9/+11 |
2008-04-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4 | Jelmer Vernooij | 1 | -5/+5 |
2008-04-14 | Fix the build. | Jelmer Vernooij | 1 | -5/+5 |
2008-04-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4 | Jelmer Vernooij | 7 | -34/+44 |
2008-04-14 | Fix problems with event context not being the parent. | Simo Sorce | 7 | -34/+44 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2 | -19/+21 |
2008-04-09 | Link the new vampire code togeather. | Andrew Bartlett | 3 | -2/+70 |
2008-04-01 | Rename libsamba-config to libsamba-hostconfig. | Jelmer Vernooij | 2 | -5/+5 |
2008-03-20 | ntlm_auth: Improve compliance to the Squid helper protocol. | Kai Blin | 1 | -10/+10 |
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 1 | -2/+4 |
2008-02-28 | Remove sDefault as static variable. | Jelmer Vernooij | 1 | -5/+5 |
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-09 | Move nmblookup blackbox test closer to the code it tests. | Jelmer Vernooij | 1 | -0/+36 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-21 | r26465: ntlm_auth: Remoce pstring. | Kai Blin | 1 | -3/+12 |
2007-12-21 | r26441: Remove global_loadparm uses. | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -4/+10 |
2007-12-21 | r26377: Specify port explicitly. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 4 | -17/+19 |
2007-12-21 | r26352: Don't make lp_load create a new context. | Jelmer Vernooij | 1 | -4/+6 |
2007-12-21 | r26344: Fix memory access. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 5 | -9/+9 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26312: Move specification of port higher up the call stack. | Jelmer Vernooij | 1 | -5/+5 |
2007-12-21 | r26309: Move specification of port higher up the all stack. | Jelmer Vernooij | 1 | -3/+9 |
2007-12-21 | r26295: Remove use of global_loadparm for net and wb_pam_auth. | Jelmer Vernooij | 4 | -2/+5 |
2007-12-21 | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26249: Remove a couple more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+7 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26230: Use task-provided loadparm context in a couple more places, avoid loa... | Jelmer Vernooij | 1 | -5/+13 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -2/+5 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -85/+98 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26006: Improve some dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -5/+4 |