Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r26297: Correct error message. This function verifies attributes, not | Andrew Bartlett | 1 | -1/+1 | |
objectclasses. Andrew Bartlett (This used to be commit 47422b5e59027461efd7bc45534f9da8e37e3f48) | |||||
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 18 | -79/+86 | |
(This used to be commit fc1f4d2d65d4c983cba5421e7ffb64dd75482860) | |||||
2007-12-21 | r26295: Remove use of global_loadparm for net and wb_pam_auth. | Jelmer Vernooij | 6 | -3/+9 | |
(This used to be commit 47696b42987ea67ae1c6c09a4bec5858e5db4542) | |||||
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 | r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathes | Stefan Metzmacher | 1 | -30/+27 | |
metze (This used to be commit 120e5e08f77c97817bc0ce0971c6c0503b15c399) | |||||
2007-12-21 | r26290: build: split add_dir() into add_dir_str() and add_dir_array() | Stefan Metzmacher | 1 | -13/+23 | |
metze (This used to be commit e0754868dfa868900f84266f155a236fd13b0ea3) | |||||
2007-12-21 | r26289: build: avoid nasty foo/./bla pathes for python stuff | Stefan Metzmacher | 1 | -2/+5 | |
metze (This used to be commit 59469088e70581e33a83a8e26bec879ecdc7ded4) | |||||
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 | r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATH | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 038fb0d8908fb1990ee11144da76a37e5ba8e854) | |||||
2007-12-21 | r26286: IDL and torture test for netr_ServerTrustPasswordsGet(). | Günther Deschner | 4 | -5/+50 | |
Guenther (This used to be commit 231fe8826b7d8b0f4307ffbb3cd71b4c7723a290) | |||||
2007-12-21 | r26285: Add IDL and torture test for netr_ServerPasswordGet(). | Günther Deschner | 4 | -5/+44 | |
Guenther (This used to be commit d64244cfe871cd549a991ac2a708263fc77d2fef) | |||||
2007-12-21 | r26284: Rather than just debug, push the error back up the stack as the error | Andrew Bartlett | 1 | -10/+10 | |
string, if we fail to load the schema. Andrew Bartlett (This used to be commit 1dc771f903dd613a4d6494f7fd45d35c4d282a33) | |||||
2007-12-21 | r26283: fix typo | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 7d1169b52b583abee48f4dafac01f5887060002e) | |||||
2007-12-21 | r26282: These modules expect errors, but if we don't wipe the error string, we | Andrew Bartlett | 2 | -0/+7 | |
get phony error strings at the caller, which is very confusing. Andrew Bartlett (This used to be commit 9ac7f4f6098b392dbe4a883a802d2417e074586a) | |||||
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 | r26279: Don't compile any python stuff if python is not available. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 2637a2fedb3c43a1dff713b6f76e91de4a085acd) | |||||
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 6 | -42/+80 | |
(This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb) | |||||
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 7 | -12/+18 | |
(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 | 11 | -34/+51 | |
(This used to be commit d01f0f4c2037b531b3fd088060717f90e60471e9) | |||||
2007-12-21 | r26274: Some syntax fixes, remove more global_loadparm instances. | Jelmer Vernooij | 7 | -10/+15 | |
(This used to be commit 3809113d86dbd35b906356a05bb481a1e2bfe4b7) | |||||
2007-12-21 | r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() and | Günther Deschner | 4 | -51/+101 | |
netr_NetrEnumerateTurstedDomainsEx(). Guenther (This used to be commit 32a189e85026f5b54f82df88306005d9a9f50beb) | |||||
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 12 | -26/+38 | |
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55) | |||||
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 18 | -43/+60 | |
(This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c) | |||||
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to ↵ | Jelmer Vernooij | 12 | -26/+60 | |
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb) | |||||
2007-12-21 | r26269: Fix a couple more references to global_loadparm. | Jelmer Vernooij | 5 | -8/+9 | |
(This used to be commit 1cb849dfba21b9b5d00b20ba8201f0e142bfeb07) | |||||
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵ | Jelmer Vernooij | 25 | -95/+101 | |
wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730) | |||||
2007-12-21 | r26267: Fix two calls of smb2_connect I missed. | Jelmer Vernooij | 2 | -3/+10 | |
(This used to be commit fc824a5c457e341995c14bd1cf34894ffc4c62c2) | |||||
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 17 | -90/+46 | |
(This used to be commit 99113075c4a96679bcec4f4d6bba4acb3dee4245) | |||||
2007-12-21 | r26265: Use task-provided loadparm context in nbt and rpc servers. | Jelmer Vernooij | 3 | -26/+39 | |
(This used to be commit 75cb7676fd97767ff0f78c7a17acc8574e297e6f) | |||||
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ↵ | Jelmer Vernooij | 19 | -56/+59 | |
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 | r26262: Add test for WERROR return code handling for Samba 3 client code. | Jelmer Vernooij | 1 | -1/+40 | |
(This used to be commit 6017b16f504dc7b092c22200951cb206b0a7e602) | |||||
2007-12-21 | r26261: Use enum type. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 06233de54bc14d52e329d8eca2468b329b69593a) | |||||
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 31 | -98/+112 | |
(This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081) | |||||
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 | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 9 | -28/+34 | |
(This used to be commit bad1891cae2c688b17a6a2b932e754f51291035c) | |||||
2007-12-21 | r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator. | Günther Deschner | 1 | -1/+1 | |
Jelmer, please check. Guenther (This used to be commit 2f693292882f2929ff5d23e4009dabbb0443f891) | |||||
2007-12-21 | r26256: When generating Samba3 pidl output for WERROR based functions, make ↵ | Günther Deschner | 1 | -0/+11 | |
sure the client caller can retrieve the WERROR. Jelmer, no idea how to add a test for that... Guenther (This used to be commit cf55365177e2d9ca64a80bbeafeb91deb7e2c8b3) | |||||
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 | 32 | -124/+159 | |
(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 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 22 | -181/+186 | |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43) | |||||
2007-12-21 | r26249: Remove a couple more uses of global_loadparm. | Jelmer Vernooij | 21 | -86/+95 | |
(This used to be commit 80a61200508a00d5b16a3e748ce92d54b9fefcd2) | |||||
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 27 | -210/+45612 | |
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631) |