summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r25854: Link against -ldl properly.Jelmer Vernooij2007-12-212-2/+3
| | | | (This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df)
* r25853: Specify LIBS to sample_module - fixes build for gcov hosts.Jelmer Vernooij2007-12-211-3/+6
| | | | (This used to be commit db9ebea52bf739cc297e94178a3a03548fd5ddfb)
* r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij2007-12-213-10/+20
| | | | (This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6)
* r25851: Move system-specific ldflags checks to libreplace so they can be ↵Jelmer Vernooij2007-12-214-14/+44
| | | | | | used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
* r25850: Add macro for picflag.Jelmer Vernooij2007-12-214-21/+67
| | | | (This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce)
* r25849: Add test for dfs FlushFtTable.Günther Deschner2007-12-211-0/+42
| | | | | Guenther (This used to be commit 5a50aae868b4638fb8f76bb6708ebef9808da8e9)
* r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.Günther Deschner2007-12-212-2/+87
| | | | | Guenther (This used to be commit 8fb5d36734cb19dcbcf5e22c43e80db7646e82fa)
* r25847: Don't link modules against their subsystem.Jelmer Vernooij2007-12-211-1/+0
| | | | (This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc)
* r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2007-12-214-1/+14
| | | | (This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1)
* r25845: Reformat the dfs test.Günther Deschner2007-12-211-42/+83
| | | | | Guenther (This used to be commit 0b20c04557b84a2935bcb032acf25f8e5ec44f77)
* r25844: Enable soloading by default.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6)
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-212-9/+11
| | | | (This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7)
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-215-1/+94
| | | | (This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1)
* r25841: try to fix make installStefan Metzmacher2007-12-211-0/+1
| | | | | metze (This used to be commit 9ff0c3ccc74a190a741b6795bc6ee79ef26a2280)
* r25840: make test: activate nss_wrapper for make testStefan Metzmacher2007-12-211-4/+37
| | | | | metze (This used to be commit 2de9c1c64a2305ca53d8996bcc4332bf9c4d5e90)
* r25839: use nss_wrapper code in samba4 ifStefan Metzmacher2007-12-218-4/+9
| | | | | | | --enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
* r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher2007-12-211-0/+7
| | | | | metze (This used to be commit 17f9189fb4b34dbc08f6aded6b0c81ee8eb07a9f)
* r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher2007-12-211-0/+265
| | | | | | | This script will be used to add|delete passwd|group entries metze (This used to be commit 1f51a2db0aae05c062fa97c3989c71464b5235a9)
* r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher2007-12-211-15/+356
| | | | | | | | | | | | The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze (This used to be commit fa255cc4b5c03ffe7b0fcf6c1fe4b61ff303fdd8)
* r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher2007-12-211-14/+567
| | | | | | | | The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze (This used to be commit c98028458ab451bdde6ec2df6a12babc52ec1625)
* r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher2007-12-214-0/+374
| | | | | metze (This used to be commit 9fdde8d5f5cc3ea49c0fb4078d7989058462e1d2)
* r25833: - we don't need --root twiceStefan Metzmacher2007-12-211-4/+3
| | | | | | | - use $unix_name to make more clear what this variable means metze (This used to be commit 6150286de832c239b1640f7f69d269a500437a45)
* r25831: remove unused includeStefan Metzmacher2007-12-211-1/+0
| | | | | metze (This used to be commit 74f5a69022db89314762b4023dd8348cf93004d7)
* r25830: fix compiler warningStefan Metzmacher2007-12-212-2/+2
| | | | | metze (This used to be commit 26bfdff48779447a2f4b552c5af32abf2b8c4c45)
* r25829: - use DEBUG() instead of printfStefan Metzmacher2007-12-211-1/+3
| | | | | | | - return an error if strings doesn't match on validate metze (This used to be commit 4f5ad8cd447f8b44df1bd40f5ee3045d5ab2c3dc)
* r25828: don't ignore errorsStefan Metzmacher2007-12-211-0/+7
| | | | | metze (This used to be commit 2bd63ce9e53071dc81549e0f344a0e53737760b4)
* r25827: Start of samba3-regconfig testVolker Lendecke2007-12-212-0/+340
| | | | (This used to be commit 59371e8f2d0abb2e63b0452cd0d3fe49107560a1)
* r25825: Don't print the user's password hash at level 0.Andrew Bartlett2007-12-211-2/+1
| | | | | Andrew Bartlett (This used to be commit 495271588c5ef8ce88826961fa3883506d74ad33)
* r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-212-4/+4
| | | | | | | - make the success case some clear by returning NT_STATUS_OK metze (This used to be commit 2b570f96fcf537c1269237e1067ea7801b563b7e)
* r25823: remove unneeded nesting by using error and out logicStefan Metzmacher2007-12-211-21/+21
| | | | | metze (This used to be commit 86db839382a6cf92e659abb9e8e51ef828e1e422)
* r25822: use NDR_CHECK()Stefan Metzmacher2007-12-211-6/+2
| | | | | metze (This used to be commit c81aa2ba36904281692b84bcd37300e38760da34)
* r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS ↵Stefan Metzmacher2007-12-211-15/+32
| | | | | | | directly metze (This used to be commit faa26ed52c81f7075823b460e1444f3961d3421c)
* r25820: but still return the error...Stefan Metzmacher2007-12-213-0/+3
| | | | | | | (sorry, this should have been one commit) metze (This used to be commit 01c5ec7eb44956c1722d884bb97ce7730d4fc451)
* r25819: make the success case more clearStefan Metzmacher2007-12-213-3/+3
| | | | | metze (This used to be commit 6495fe220d488ce86d53b148f76f9fe669d4bbad)
* r25818: remove useless '\' chars at the end of linesStefan Metzmacher2007-12-211-7/+7
| | | | | | | (they were copied from the macros by mistake) metze (This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f)
* r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct ↵Günther Deschner2007-12-211-1/+46
| | | | | | | | | but at least displays a lot of very useful information. Guenther (This used to be commit 361744b89cfd1e727dba01c1512b1ba9c919e6ac)
* r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.Günther Deschner2007-12-211-3/+21
| | | | | Guenther (This used to be commit c3495ba73ad5a87da49f3e3a3989ad734ed989b2)
* r25815: Small DFS idl fixes.Günther Deschner2007-12-212-5/+16
| | | | | Guenther (This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd)
* r25814: Add my (C).Günther Deschner2007-12-211-0/+1
| | | | | Guenther (This used to be commit 9d12f8449fe85370afeb799fc916f9adca8ddf6c)
* r25813: Add unfinished SecurityDescriptorsMasks test for winreg.Günther Deschner2007-12-211-1/+93
| | | | | Guenther (This used to be commit 3d1ffce3b34445484843b976105218e016a6a0d1)
* r25812: Add test for valid and invalid security descriptor and security ↵Günther Deschner2007-12-211-0/+308
| | | | | | | | | information flag combinations. Guenther (This used to be commit 13323c71b66a66059928efdea8215f733a163318)
* r25811: Add some security descriptor helper functions.Günther Deschner2007-12-211-5/+191
| | | | | Guenther (This used to be commit 8a0cdaeeb090b128746ab36faec8fea7e68287a6)
* r25810: Add test for blocking security descriptor inheritance in winreg.Günther Deschner2007-12-211-1/+180
| | | | | Guenther (This used to be commit cfa501fbc7d74b1f15bcf0df96d2a1d3ad13b289)
* r25809: Add basic security descriptor inheritance test for winreg.Günther Deschner2007-12-211-8/+190
| | | | | Guenther (This used to be commit 7a64b009d4d3733b6ded8da9569e25bdfb5f3a26)
* r25808: Move basic security descriptor test to a test_SecurityDescriptors() ↵Günther Deschner2007-12-211-31/+128
| | | | | | | call. Guenther (This used to be commit 6023e6843090342dd0533f72b503aee0975b05cf)
* r25807: Close handle during winreg test.Günther Deschner2007-12-211-0/+4
| | | | | Guenther (This used to be commit ca53f1fb5d7be9de92b9c573da477be599904843)
* r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2007-12-212-8/+2
| | | | | | | for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
* r25805: pidl: include libndr.h as first header in ndr_foo.hStefan Metzmacher2007-12-211-2/+1
| | | | | metze (This used to be commit 18fce1174199d67d822ea92e048443b60dd3dfa5)
* r25804: move including ndr_compression.h into HeaderInterface()Stefan Metzmacher2007-12-211-7/+7
| | | | | metze (This used to be commit 2aecc1e9fd19d4e176f5475c8ee0b292d68c85f9)
* r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner2007-12-216-98/+199
| | | | | | | | | so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)