summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-218-14/+9
| | | | (This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-217-49/+26
| | | | | | | | wrappers to ldb_add() etc. samdb_replace() remains, as it sets flags on all entries as 'replace'. Andrew Bartlett (This used to be commit 09c0faa5b7e1a560bf13b99a2584012a47377bb6)
* r26134: Avoid using samdb-dependent functions in auth_system_session.Jelmer Vernooij2007-12-212-2/+119
| | | | (This used to be commit 29c1c96fe0f8cd90ef936fcccef0adf8c09f9b46)
* r26133: Add some more error codes from wkssvc testing.Günther Deschner2007-12-212-0/+13
| | | | | Guenther (This used to be commit 0cf974ee33ba0dbd41c554db2fd1d0458e99e3d1)
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
| | | | | | | bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> Andrew Bartlett (This used to be commit cc2d0c9f15a9c687d212df14d8ffb6c60ad15242)
* r26130: Fix header installationJelmer Vernooij2007-12-211-0/+3
| | | | (This used to be commit ed19e6b8a9c59166b77aeda0b6a4c792e28a5516)
* r26129: Specify path explicitly in case an external ldb installation is used.Jelmer Vernooij2007-12-211-2/+1
| | | | (This used to be commit b86a6105ed27779c700f03175768978654081598)
* r26128: Some formatting fixes in secrets.c, fix free of filename, update ↵Jelmer Vernooij2007-12-211-10/+19
| | | | | | ignores for source/.. (This used to be commit 2d0bd4b3670eaa77d417b2308e7f40ca35082726)
* r26127: Move session code out of auth_util.c. No longer making it part of ↵Jelmer Vernooij2007-12-216-450/+556
| | | | | | auth but making it usable independently will be the next step. (This used to be commit b3fcb8e8103304fede865b02ca5169d5793a571d)
* r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij2007-12-211-1/+3
| | | | (This used to be commit 037774cff700ca60ae73a4adbfd408758977c810)
* r26123: Use utility function for secrets.tdb path.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 48b03ceeff78a1e8af62395abdb47aa8567c9ac5)
* r26122: Don't install python bindings yet.Jelmer Vernooij2007-12-211-12/+11
| | | | (This used to be commit 744fb6cf3c15c3a78de93f42de9535af17a5cec5)
* r26121: Don't build modules if subsystem isn't build.Jelmer Vernooij2007-12-211-0/+5
| | | | (This used to be commit a74fa4c19dbd9832c85aa9e62f88d4e84451bd5c)
* r26120: Don't install python modules as modules.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 1359f858d6c3201ef6927499700f9f71d7805e01)
* r26119: Fix warnings.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 38a6522e44938ae05356916182d6c3bb1b6e881b)
* r26118: Remove whitespace that causes empty if statement to be generated.Jelmer Vernooij2007-12-211-2/+1
| | | | (This used to be commit 1f096c26da5016ec2e2daea9ad7a78bc2063b423)
* r26117: Fix DESTDIR use for bindir.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7)
* r26116: Mention python in the config.status summary.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-213-2/+3
| | | | (This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5)
* r26113: Build tdb python bindings even when not using system tdb.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit ebe63bd3bcb1e1c9faf2641f5b7661769eadac63)
* r26112: Do proper error checking in __contains__.Jelmer Vernooij2007-12-211-18/+8
| | | | (This used to be commit b67cc409fa5aa931b0847b7d3bdd2edf72daf88d)
* r26111: Fix an uninitialized variableVolker Lendecke2007-12-211-1/+1
| | | | (This used to be commit df52343bc901d40a4cc754b55ddcaf72a1f4d68c)
* r26110: Create separate function for connecting, add helper for creating ↵Jelmer Vernooij2007-12-211-5/+25
| | | | | | result typemaps. (This used to be commit 9b5b77c399894fc7fdf0d61a14cfbcef6dbf678c)
* r26109: Use new SWIG helpers in autogenerated DCE/RPC SWIG files.Jelmer Vernooij2007-12-211-32/+14
| | | | (This used to be commit 3e04846b3f663b1012a077c7a2dd20abaa78400b)
* r26108: Add makefile rules for building, installing and checking python ↵Jelmer Vernooij2007-12-212-4/+19
| | | | | | bindings. (This used to be commit d8d04300d2c2613268e8bf9e6981d172471514da)
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22
| | | | (This used to be commit afa5f7c9e9fe29aaec0a5e3f9cda9d7567b3b254)
* r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2007-12-212-6/+20
| | | | (This used to be commit 7f1d38df053545fd0763baf172e78807d776e6ef)
* r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2007-12-212-2/+15
| | | | (This used to be commit 634436adaab18d41ac7cca5ac704929e3b909452)
* r26104: Revert 26103 -- breaks make testVolker Lendecke2007-12-211-12/+0
| | | | (This used to be commit d1a220aee38cd7799e86366cc5bc574571915aa3)
* r26103: Leave streams around to unlinkVolker Lendecke2007-12-211-0/+12
| | | | | Add test case for stream name case insensitity (This used to be commit d81bb50e1042934e9644e5502d83a2cedc033b3a)
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2007-12-212-51/+0
| | | | | metze (This used to be commit 1ecb4ec01b0506c95a5f90a62040329e7a39ee93)
* r26101: remove some unused includesJelmer Vernooij2007-12-217-7/+1
| | | | (This used to be commit bc615162fc515a8b8ae59af14cb1e80497e9afdd)
* r26100: Also check for SWIG.Jelmer Vernooij2007-12-215-35/+4
| | | | (This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
* r26099: Don't depend on nonexistant auth_util.h header.Jelmer Vernooij2007-12-211-1/+0
| | | | (This used to be commit a827460d29ac00459f34457fdd361a026b6a5031)
* r26098: Make missing python no longer fatal.Jelmer Vernooij2007-12-211-5/+12
| | | | (This used to be commit 9af2aeb22500baf65c11bc46c0051385911a8d67)
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-214-10/+11
| | | | (This used to be commit 4c26cf38102a67ae12b3512b5d38991f020ed2e2)
* r26096: No longer include removed headerJelmer Vernooij2007-12-213-3/+1
| | | | (This used to be commit 42738301b1c88ccf46405d6c9171b3ae082423bd)
* r26095: Add function for import a generic configuration file in a loadparm ↵Jelmer Vernooij2007-12-213-22/+41
| | | | | | context. (This used to be commit d74018d05542582515a4d3cc995820667200b301)
* r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2007-12-214-10/+6
| | | | (This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
* r26089: Move python detection to a separate file, and don't make it an error ↵Jelmer Vernooij2007-12-213-151/+118
| | | | | | if it isn't available. (This used to be commit 4e7709379de2fb9bf1eafd9ee9cbe10a0e6df51e)
* r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij2007-12-2121-683/+480
| | | | | | swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
* r26087: Fix include, add setup.py for tdbJelmer Vernooij2007-12-212-0/+9
| | | | (This used to be commit 4b94d5ca74fea44c66ab0d69dae27a1fdc8ece66)
* r26080: Import updated LDB bindings.Jelmer Vernooij2007-12-211-133/+460
| | | | (This used to be commit 19342e66a7279805daf9f810b9dc808247110a8a)
* r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests ↵Jelmer Vernooij2007-12-214-110/+13
| | | | | | for LDB (replaced by a much more extensive test) - moved tool to bin directory (This used to be commit d6d3b0ad7a789441c82cf30a640033a052921c37)
* r26078: Import Python bindings for system_session functions (still needs tests).Jelmer Vernooij2007-12-212-0/+51
| | | | (This used to be commit f1f7d2f98acfb586815a34ee7d38edcf41a0197d)
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-217-274/+353
| | | | (This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)
* r26076: Remove some SWIG code that is already commonly available.Jelmer Vernooij2007-12-213-60/+4
| | | | (This used to be commit e6cd16d0fb3c7f0d4756c28b8c9300583910c4c6)
* r26075: Ignore registry python test for now.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 2ceeea14b35ea01d65c9f2c40e3bc11d1f1ce82d)
* r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij2007-12-211-0/+39
| | | | (This used to be commit 0bee7cb92e8ae1b80a957dd8fe32c36db1c32032)
* r26073: Import Python bindings for the registry.Jelmer Vernooij2007-12-214-1/+191
| | | | (This used to be commit 777205b5705940c00384172c531ea99ba3eae235)