Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26383: Make interfaces argument explicit. | Jelmer Vernooij | 1 | -15/+20 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 4 | -19/+19 |
2007-12-21 | r26374: Remove dependency on dynconfig. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26372: Add include for external users. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26371: Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 7 | -13/+15 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 4 | -4/+6 |
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 | r26338: Fix parameter, typo. | Jelmer Vernooij | 1 | -3/+2 |
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 4 | -6/+21 |
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 4 | -4/+5 |
2007-12-21 | r26328: remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 3 | -2/+4 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 2 | -18/+19 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 12 | -83/+96 |
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 3 | -28/+23 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -9/+8 |
2007-12-21 | r26308: Split up big popt common callback function. | Jelmer Vernooij | 2 | -32/+58 |
2007-12-21 | r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain | Andrew Bartlett | 1 | -14/+10 |
2007-12-21 | r26299: Print out which module failed to initialise. | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26293: Make sure SWIG directory exists, respect DESTDIR. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26292: Make sure swig directory exists. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26288: events: events.h uses uint16_t so it needs stdint.h | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r26281: Fix include. | Jelmer Vernooij | 2 | -0/+2 |
2007-12-21 | r26280: Fix installation if swig is not available. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 2 | -35/+73 |
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 3 | -0/+7 |
2007-12-21 | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 4 | -69/+8 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26263: Don't assume CH_UNIX is CH_UTF8. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26259: Provide convert_string_talloc() variant that works directly with an i... | Jelmer Vernooij | 1 | -39/+48 |
2007-12-21 | r26255: Work around another broken aspect of sys/capability.h on RHEL5. | Michael Adam | 2 | -0/+25 |
2007-12-21 | r26254: Add check for PPC statfs.h to workaround for broken capability.h. | Michael Adam | 1 | -1/+3 |
2007-12-21 | r26253: Add check for broken RedHat 7.2 system header files to lib/replace. | Michael Adam | 1 | -0/+22 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26251: Fix include of stdint in tdb swig wrapper. | Jelmer Vernooij | 2 | -8/+41 |
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 8 | -0/+18075 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 2 | -18/+17 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 9 | -23/+34 |
2007-12-21 | r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl... | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 5 | -11/+17 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |