Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -2/+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 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25454: Use standard bool types in a couple more places. | Jelmer Vernooij | 1 | -18/+18 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r25213: use talloc_strdup_append_buffer() instead of talloc_append_string() | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25007: Remove more uses of pstring, move ntlmauth-specific utility function ... | Jelmer Vernooij | 1 | -1/+19 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300... | Kai Blin | 1 | -2/+12 |
2007-10-10 | r24795: When talking to squid, allocate the buffer size dynamically. | Kai Blin | 1 | -27/+36 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch by | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r19555: Silently ignore --use-cached-creds for compatibility with Samba3's nt... | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17577: Patch from Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 1 | -1/+62 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -1/+14 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil d... | Jelmer Vernooij | 1 | -0/+29 |
2007-10-10 | r14982: mark a deliberate missing break | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14858: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11371: Fix the ntlm_auth build. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10315: Remove use of fstring and pstring in dynconfig.c | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r9772: Make credentials callbacks more consistant with the abstraction | Andrew Bartlett | 1 | -46/+67 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r9396: ntlm_auth updates, including again support for the NTLMSSP client | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 1 | -3/+0 |
2007-10-10 | r9240: - move struct security_token to the idl file, with this we can | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8901: Fix ntlm_auth segfault (invalid free()). We have moved to talloc | Andrew Bartlett | 1 | -6/+11 |
2007-10-10 | r8702: fixed ntlm_auth build. Andrew, can you check I got this right? | Andrew Tridgell | 1 | -7/+6 |