Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r26350: More tests. | Jelmer Vernooij | 4 | -49/+74 | |
(This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b) | |||||
2007-12-21 | r26349: More tests. | Jelmer Vernooij | 2 | -12/+22 | |
(This used to be commit c440b130a9d57c1928fb5aef34fa4c00c7e46cff) | |||||
2007-12-21 | r26348: Avoid use of autofree context. | Jelmer Vernooij | 3 | -8/+8 | |
(This used to be commit eebcf7e1b06ca48cc53bdd12efa01fcf0cff8aa3) | |||||
2007-12-21 | r26347: More tests. | Jelmer Vernooij | 4 | -20/+51 | |
(This used to be commit 5d927b5ca792c2c9da4a1c4f5c3ae880637895e3) | |||||
2007-12-21 | r26346: Add tests for loadparm. | Jelmer Vernooij | 3 | -0/+68 | |
(This used to be commit 064a2329e13f1d904142da1cac486c126a2fe57d) | |||||
2007-12-21 | r26345: Fix dumping an individual parameter. | Jelmer Vernooij | 1 | -5/+2 | |
(This used to be commit e8065a7f8f9156708b76720de50af29eb0092d59) | |||||
2007-12-21 | r26344: Fix memory access. | Jelmer Vernooij | 2 | -36/+35 | |
(This used to be commit 966248108f97d237b41ff2d14ec1e592d61d8db3) | |||||
2007-12-21 | r26343: Remove bLoaded global variable. | Jelmer Vernooij | 1 | -5/+1 | |
(This used to be commit 6c3ca6aa816158f3ec27ce6a2bd872017f86c993) | |||||
2007-12-21 | r26342: Fix initialization. | Jelmer Vernooij | 1 | -26/+27 | |
(This used to be commit 2c9e17cb96d535405fed949f50d0591826c1efc7) | |||||
2007-12-21 | r26340: Add special handlers for debuglevel and logfile. | Jelmer Vernooij | 1 | -10/+25 | |
(This used to be commit 2be4e8a4441423d3795ec055742184dbec8a4fe0) | |||||
2007-12-21 | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 11 | -56/+64 | |
(This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb) | |||||
2007-12-21 | r26338: Fix parameter, typo. | Jelmer Vernooij | 2 | -5/+4 | |
(This used to be commit 2a005096dd41f66fd99577d6ca7eb3e0f1cb30f2) | |||||
2007-12-21 | r26337: Move global_loadparm to a higher caller. | Jelmer Vernooij | 2 | -2/+3 | |
(This used to be commit baa5bcd303c72431dfa638edde72cded4265c612) | |||||
2007-12-21 | r26336: use offsets inside loadparm rather than pointers (allows multiple ↵ | Jelmer Vernooij | 2 | -63/+65 | |
contexts to exist at the same time). (This used to be commit 9c87c46c69169fbb071ec945943e2454206f916e) | |||||
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 10 | -13/+32 | |
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d) | |||||
2007-12-21 | r26334: Avoid loadparm_context. | Jelmer Vernooij | 3 | -5/+6 | |
(This used to be commit 332dff80cc0f1dc80383f185409610cfb9f1d856) | |||||
2007-12-21 | r26333: No more global_loadparm in finddcs. | Jelmer Vernooij | 3 | -5/+11 | |
(This used to be commit 0c91026e587ca74692bc9223a6b5493e35943aee) | |||||
2007-12-21 | r26332: Add samr_ValidationStatus error mapping to samr_ValidatePassword(). | Günther Deschner | 1 | -1/+21 | |
Torture test to follow. Guenther (This used to be commit 10ccfb4c8970bdb140aa9daf945caea72a4ab7cd) | |||||
2007-12-21 | r26331: Add IDL for samr_ValidatePassword(). A very interesting call. | Günther Deschner | 1 | -5/+75 | |
Guenther (This used to be commit 2b8d7fe16beecf2ea60d6712238527504ccee44c) | |||||
2007-12-21 | r26330: Fix header installation. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 73cdeda32a2ac85e4268db82b93b15d2906e5324) | |||||
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 8 | -16/+22 | |
(This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7) | |||||
2007-12-21 | r26328: remove more uses of global_loadparm. | Jelmer Vernooij | 11 | -24/+24 | |
(This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 52 | -164/+218 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26326: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+9 | |
(This used to be commit e1b7c1aee3043d1393c3374a1f460005e1dcbbfc) | |||||
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 26 | -70/+75 | |
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6) | |||||
2007-12-21 | r26324: Fix includes for Jelmer. | Andrew Bartlett | 2 | -2/+2 | |
Andrew Bartlett (This used to be commit 8089283784993cfe14c343746be77790c74c2b78) | |||||
2007-12-21 | r26323: Regenerated credentials SWIG. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit 0bd01aca00eab5f6801db03a5e6cd91ec0339bbb) | |||||
2007-12-21 | r26322: Fix include | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 97443169378c18f9a7c522749a37f4f850a1305f) | |||||
2007-12-21 | r26321: Fix python tests. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit f9bf02fd5ce76dfb08950dc4a016fa886f2f4dd5) | |||||
2007-12-21 | r26320: Clean up properly after error. | Jelmer Vernooij | 2 | -3/+2 | |
(This used to be commit 9fdfe1ad8c7b76e521a683b4afa7b324d15d55b5) | |||||
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 17 | -19/+31 | |
(This used to be commit 95a6ef7fc8757ccfd90dbf0d6c9b5098f10b10b6) | |||||
2007-12-21 | r26318: Don't rely on SAMDB functions in secrets database. | Jelmer Vernooij | 1 | -3/+17 | |
(This used to be commit 791285f66c8f35b4f6bb9fc676bc0adc3e5b172d) | |||||
2007-12-21 | r26317: Fix typos. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 4c7e3843a0e1a914b259526dcd3e50bd238816af) | |||||
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 41 | -166/+190 | |
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | |||||
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 6 | -29/+41 | |
(This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56) | |||||
2007-12-21 | r26314: Eliminate use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit aa98a1781c76b352494e65fbc87629fe544c1f73) | |||||
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 32 | -128/+172 | |
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608) | |||||
2007-12-21 | r26312: Move specification of port higher up the call stack. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 49be7e43ff52a75cb9b4b9e2c3d4c339dbd69416) | |||||
2007-12-21 | r26311: Move port number specification higher up the call stack. | Jelmer Vernooij | 2 | -13/+6 | |
(This used to be commit ef946ff09315d90ea0419470ffd06a70498133f2) | |||||
2007-12-21 | r26310: Remove more uses of global_loadparm. | Jelmer Vernooij | 10 | -18/+53 | |
(This used to be commit 9d806da113b5f0688b6193dfdee9b8765e18b38f) | |||||
2007-12-21 | r26309: Move specification of port higher up the all stack. | Jelmer Vernooij | 8 | -4/+21 | |
(This used to be commit 7de55cde7c7fe0141c05c8a38248667ebf3a9033) | |||||
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 | r26307: BASE-DELAYWRITE: only set the write time | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit b7d7a58b2399627c37d8b79e6282a44d50f8c68e) | |||||
2007-12-21 | r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and ↵ | Stefan Metzmacher | 1 | -3/+36 | |
pathinfo match metze (This used to be commit 58bc21a3f849ef7200733450dbd68f15658ff8f6) | |||||
2007-12-21 | r26305: Update template files and testsuite to try and work with current | Andrew Bartlett | 3 | -7/+12 | |
openldap, and fully support different LDAP server locations. Andrew Bartlett (This used to be commit a00bb942537f0f638c2a8295770749cb4b5d9ef3) | |||||
2007-12-21 | r26304: More work to remove silly error printouts. | Andrew Bartlett | 1 | -3/+4 | |
Andrew Bartlett (This used to be commit ba23dac0319f7c5ad89e5d79174520892027afdd) | |||||
2007-12-21 | r26303: Fix up error reporting during the delete of previous entries in the | Andrew Bartlett | 1 | -2/+5 | |
provision, and ignore 'no such entry' as an error (it is normal, and just means the partition is compleatly empty). Andrew Bartlett (This used to be commit 1fb8c31a3da6fc07f55027f05dba5e03dcf8a4f7) | |||||
2007-12-21 | r26302: Print the error string for failed rootdse searches. | Andrew Bartlett | 1 | -1/+4 | |
Andrew Bartlett (This used to be commit a7595d009a89fecd7723a1e356d5a58d687bdbb0) | |||||
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 | r26300: Don't segfault when called from the ntptr libs. | Andrew Bartlett | 1 | -3/+3 | |
Andrew Bartlett (This used to be commit 89279d730f3fad01bd855f921b5155ba75892855) |