Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26460: Enable ldb python tests. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 2 | -49/+97 |
2007-12-21 | r26449: Support configuration without a known configuration dir. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26445: Fix credentials python bindings. | Jelmer Vernooij | 3 | -4/+11 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 7 | -34/+54 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -6/+7 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26418: Janitorial: Kill pstring in ntlmssp_parse.c | Kai Blin | 1 | -28/+55 |
2007-12-21 | r26416: Janitorial: Fix warnings in auth/gensec/ | Kai Blin | 2 | -11/+15 |
2007-12-21 | r26413: we should check the return value of talloc_reference() | Stefan Metzmacher | 1 | -3/+9 |
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 4 | -34/+77 |
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26393: Fix inline comment. | Günther Deschner | 1 | -3/+1 |
2007-12-21 | r26385: Integrate gensec-socket into gensec. | Jelmer Vernooij | 5 | -67/+37 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 3 | -10/+4 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 2 | -4/+5 |
2007-12-21 | r26360: Add some const. | Jelmer Vernooij | 3 | -4/+4 |
2007-12-21 | r26357: Add separate subsystem for auth_sam_reply parsing. | Jelmer Vernooij | 3 | -4/+9 |
2007-12-21 | r26356: Remove prototype for nonexisting function. | Jelmer Vernooij | 1 | -9/+0 |
2007-12-21 | r26348: Avoid use of autofree context. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26323: Regenerated credentials SWIG. | Jelmer Vernooij | 1 | -3/+1 |
2007-12-21 | r26321: Fix python tests. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26320: Clean up properly after error. | Jelmer Vernooij | 2 | -3/+2 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 2 | -1/+2 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 2 | -7/+7 |
2007-12-21 | r26274: Some syntax fixes, remove more global_loadparm instances. | Jelmer Vernooij | 2 | -3/+5 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 2 | -7/+12 |
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 3 | -8/+27 |
2007-12-21 | r26269: Fix a couple more references to global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 6 | -7/+8 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 10 | -73/+74 |
2007-12-21 | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 9 | -28/+34 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 8 | -31/+63 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 4 | -14/+23 |
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 4 | -0/+7353 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 2 | -4/+4 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -3/+5 |
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 5 | -22/+28 |
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 7 | -14/+22 |
2007-12-21 | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 5 | -5/+5 |
2007-12-21 | r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl... | Jelmer Vernooij | 5 | -13/+15 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 9 | -28/+40 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 2 | -3/+3 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 3 | -7/+11 |
2007-12-21 | r26224: Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 3 | -5/+6 |