Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 4 | -19/+19 | |
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) | |||||
2007-12-21 | r26374: Remove dependency on dynconfig. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit a232a38d1cd6798f8948c0c8741a344970817161) | |||||
2007-12-21 | r26372: Add include for external users. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 621feaa3d5c5dc6ca5078c2d8f32cc54235b7515) | |||||
2007-12-21 | r26371: Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87) | |||||
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 7 | -13/+15 | |
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | |||||
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 4 | -4/+6 | |
(This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) | |||||
2007-12-21 | r26352: Don't make lp_load create a new context. | Jelmer Vernooij | 1 | -9/+14 | |
(This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd) | |||||
2007-12-21 | r26350: More tests. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b) | |||||
2007-12-21 | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb) | |||||
2007-12-21 | r26338: Fix parameter, typo. | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit 2a005096dd41f66fd99577d6ca7eb3e0f1cb30f2) | |||||
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 4 | -6/+21 | |
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d) | |||||
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 4 | -4/+5 | |
(This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7) | |||||
2007-12-21 | r26328: remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 3 | -2/+4 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 2 | -18/+19 | |
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6) | |||||
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 12 | -83/+96 | |
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | |||||
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 3 | -28/+23 | |
(This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56) | |||||
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -9/+8 | |
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608) | |||||
2007-12-21 | r26308: Split up big popt common callback function. | Jelmer Vernooij | 2 | -32/+58 | |
(This used to be commit bd2d6e0595c7ef897bbc6fdea50b96a7c1b94031) | |||||
2007-12-21 | r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain | Andrew Bartlett | 1 | -14/+10 | |
and therefore further improve debug output. Andrew Bartlett (This used to be commit 5e93ca2ea16a7d10d63606ae539c0fdc4e224556) | |||||
2007-12-21 | r26299: Print out which module failed to initialise. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 6628d9f843d773ec1a5841f793b16f76910c39c4) | |||||
2007-12-21 | r26294: Use hardcoded name for SWIG for now, until proper autoconf checks ↵ | Jelmer Vernooij | 1 | -1/+1 | |
are in place. (This used to be commit 6f79763005721af1b3a1a6880b98c465723a373b) | |||||
2007-12-21 | r26293: Make sure SWIG directory exists, respect DESTDIR. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 24e2623a921c904615f9943bc8833a0a4ef3dc05) | |||||
2007-12-21 | r26292: Make sure swig directory exists. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7962d221fcb877c9fd3bbc890827338de54ca94a) | |||||
2007-12-21 | r26288: events: events.h uses uint16_t so it needs stdint.h | Stefan Metzmacher | 1 | -1/+1 | |
stdlib.h isn't used directly and talloc.h brings it in anyway this fixes the build of lib/events/./events_wrap.c on older systems linux versions. metze (This used to be commit 60b852688c65edf011d26376f69b615149a49b2e) | |||||
2007-12-21 | r26281: Fix include. | Jelmer Vernooij | 2 | -0/+2 | |
(This used to be commit c435183cb97ff3160f8fbc182c63d4bb0a3d6ce4) | |||||
2007-12-21 | r26280: Fix installation if swig is not available. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 3320bd401f7b669bd62f83bf16a1c16ad0543a5c) | |||||
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 2 | -35/+73 | |
(This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb) | |||||
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 38fa08310ce573e9b46e76c840ddda6f18863573) | |||||
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 3 | -0/+7 | |
(This used to be commit dfd5b456f932268e2b1a82e2775037d356b9483e) | |||||
2007-12-21 | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit d01f0f4c2037b531b3fd088060717f90e60471e9) | |||||
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55) | |||||
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c) | |||||
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to ↵ | Jelmer Vernooij | 1 | -1/+1 | |
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb) | |||||
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 4 | -69/+8 | |
(This used to be commit 99113075c4a96679bcec4f4d6bba4acb3dee4245) | |||||
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ↵ | Jelmer Vernooij | 1 | -1/+1 | |
in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b) | |||||
2007-12-21 | r26263: Don't assume CH_UNIX is CH_UTF8. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 69157be9b180e4d82a66257afb5f774ef16cea89) | |||||
2007-12-21 | r26259: Provide convert_string_talloc() variant that works directly with an ↵ | Jelmer Vernooij | 1 | -39/+48 | |
iconv handle. (This used to be commit a3efdfc8e390c923156c101416eb929a13f1dab8) | |||||
2007-12-21 | r26255: Work around another broken aspect of sys/capability.h on RHEL5. | Michael Adam | 2 | -0/+25 | |
This is synced from samba3 v3-2-test/11bcdf780e164659b89: The /usr/include/sys/capability.h defines _LINUX_TYPES_H which prevents /usr/include/linux/types.h from being parsed (when included afterwards). Thus certain types are undefined that are for instance needed in /usr/include/linux/dqblk_xfs.h. This breaks the build of lib/sysquotas_xfs.c in Samba3. This commit adds a configure check and a workaround for this. Michael (This used to be commit df3e151992f0b942554034dd143ab8d7f0d7a75b) | |||||
2007-12-21 | r26254: Add check for PPC statfs.h to workaround for broken capability.h. | Michael Adam | 1 | -1/+3 | |
Synced from Samba3. Michael (This used to be commit dfdfac2b57ecbca8bddece846f5c2103a518e34d) | |||||
2007-12-21 | r26253: Add check for broken RedHat 7.2 system header files to lib/replace. | Michael Adam | 1 | -0/+22 | |
This is taken (with slight reformatting) from samba3:configure.in. It is already used in lib/replace/system/capablity.h. Michael (This used to be commit 4d1df9c0b4248717d6f235572f5f68e27934741e) | |||||
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede) | |||||
2007-12-21 | r26251: Fix include of stdint in tdb swig wrapper. | Jelmer Vernooij | 2 | -8/+41 | |
(This used to be commit 904475624b4ed050bfb151053f6c74c0c88315f4) | |||||
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 8 | -0/+18075 | |
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 2 | -18/+17 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context ↵ | Jelmer Vernooij | 9 | -23/+34 | |
explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521) | |||||
2007-12-21 | r26229: Set loadparm context as opaque pointer in ldb, remove more uses of ↵ | Jelmer Vernooij | 1 | -0/+5 | |
global_loadparm. (This used to be commit 37d05fdc7b0e6b3211ba6ae56b1b5da30a6a392a) | |||||
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts ↵ | Jelmer Vernooij | 5 | -11/+17 | |
up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166) | |||||
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d) | |||||
2007-12-21 | r26218: Remove libtdb.so as well. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5) |