Age | Commit message (Expand) | Author | Files | Lines |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 7 | -833/+4 |
2008-01-08 | r26694: asn1: Fix header and some typo's. | Jelmer Vernooij | 1 | -6/+6 |
2008-01-06 | r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd... | Jelmer Vernooij | 2 | -1/+2 |
2008-01-05 | r26674: smb_composite: Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2008-01-05 | r26670: Janitorial: Remove global_loadparm uses. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-05 | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -6/+5 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 8 | -53/+20 |
2008-01-03 | r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. | Jelmer Vernooij | 1 | -2/+3 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 9 | -9/+19 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 5 | -5/+34 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 9 | -16/+33 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 13 | -15/+19 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 10 | -16/+26 |
2007-12-27 | r26613: Add a function to write a DATA_BLOB into an LDAPString. | Andrew Bartlett | 2 | -3/+10 |
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 1 | -3/+3 |
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 4 | -23/+23 |
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 2 | -46/+32 |
2007-12-24 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ... | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 2 | -3/+4 |
2007-12-21 | r26464: Tighten dependencies. | Jelmer Vernooij | 2 | -3/+3 |
2007-12-21 | r26463: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26461: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26459: Build ildap module as shared module by default. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 2 | -77/+80 |
2007-12-21 | r26437: remove another use of global_loadparm. | Jelmer Vernooij | 4 | -14/+54 |
2007-12-21 | r26435: Remove global_loadparm instance. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 4 | -15/+19 |
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -5/+6 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 9 | -39/+29 |
2007-12-21 | r26408: Remove use of global_loadparm. | Jelmer Vernooij | 6 | -9/+19 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 3 | -3/+4 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 4 | -7/+17 |
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -85/+112 |
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 5 | -27/+57 |
2007-12-21 | r26391: samba4 doesn't support 'lmhosts' as resolve module | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r26385: Integrate gensec-socket into gensec. | Jelmer Vernooij | 2 | -3/+4 |
2007-12-21 | r26384: Fix another global_loadparm instance. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 2 | -3/+7 |
2007-12-21 | r26381: Move global_loadparm higher up the call stack. | Jelmer Vernooij | 2 | -1/+5 |
2007-12-21 | r26380: Specify port number higher up the call stack. | Jelmer Vernooij | 2 | -2/+5 |
2007-12-21 | r26378: Remove use of global_loadparm. | Jelmer Vernooij | 2 | -5/+6 |
2007-12-21 | r26377: Specify port explicitly. | Jelmer Vernooij | 3 | -1/+3 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 15 | -63/+133 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 3 | -6/+11 |