summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij5-1/+94
2007-12-21r25841: try to fix make installStefan Metzmacher1-0/+1
2007-12-21r25840: make test: activate nss_wrapper for make testStefan Metzmacher1-4/+37
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher8-4/+9
2007-12-21r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher1-0/+7
2007-12-21r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher1-0/+265
2007-12-21r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher1-15/+356
2007-12-21r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher1-14/+567
2007-12-21r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher4-0/+374
2007-12-21r25833: - we don't need --root twiceStefan Metzmacher1-4/+3
2007-12-21r25831: remove unused includeStefan Metzmacher1-1/+0
2007-12-21r25830: fix compiler warningStefan Metzmacher2-2/+2
2007-12-21r25829: - use DEBUG() instead of printfStefan Metzmacher1-1/+3
2007-12-21r25828: don't ignore errorsStefan Metzmacher1-0/+7
2007-12-21r25827: Start of samba3-regconfig testVolker Lendecke2-0/+340
2007-12-21r25825: Don't print the user's password hash at level 0.Andrew Bartlett1-2/+1
2007-12-21r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2-4/+4
2007-12-21r25823: remove unneeded nesting by using error and out logicStefan Metzmacher1-21/+21
2007-12-21r25822: use NDR_CHECK()Stefan Metzmacher1-6/+2
2007-12-21r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...Stefan Metzmacher1-15/+32
2007-12-21r25820: but still return the error...Stefan Metzmacher3-0/+3
2007-12-21r25819: make the success case more clearStefan Metzmacher3-3/+3
2007-12-21r25818: remove useless '\' chars at the end of linesStefan Metzmacher1-7/+7
2007-12-21r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct b...Günther Deschner1-1/+46
2007-12-21r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.Günther Deschner1-3/+21
2007-12-21r25815: Small DFS idl fixes.Günther Deschner2-5/+16
2007-12-21r25814: Add my (C).Günther Deschner1-0/+1
2007-12-21r25813: Add unfinished SecurityDescriptorsMasks test for winreg.Günther Deschner1-1/+93
2007-12-21r25812: Add test for valid and invalid security descriptor and security infor...Günther Deschner1-0/+308
2007-12-21r25811: Add some security descriptor helper functions.Günther Deschner1-5/+191
2007-12-21r25810: Add test for blocking security descriptor inheritance in winreg.Günther Deschner1-1/+180
2007-12-21r25809: Add basic security descriptor inheritance test for winreg.Günther Deschner1-8/+190
2007-12-21r25808: Move basic security descriptor test to a test_SecurityDescriptors() c...Günther Deschner1-31/+128
2007-12-21r25807: Close handle during winreg test.Günther Deschner1-0/+4
2007-12-21r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2-8/+2
2007-12-21r25805: pidl: include libndr.h as first header in ndr_foo.hStefan Metzmacher1-2/+1
2007-12-21r25804: move including ndr_compression.h into HeaderInterface()Stefan Metzmacher1-7/+7
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner6-98/+199
2007-12-21r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher1-2/+2
2007-12-21r25801: Add security_ace_create() function.Günther Deschner1-0/+29
2007-12-21r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner1-4/+17
2007-12-21r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2-9/+71
2007-12-21r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+8
2007-12-21r25797: use error and out logicStefan Metzmacher1-2/+6
2007-12-21r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-3/+1
2007-12-21r25795: whitespace cleanup...Stefan Metzmacher1-15/+15
2007-12-21r25794: use NDR_CHECK()Stefan Metzmacher1-4/+3
2007-12-21r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+1
2007-12-21r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher1-16/+6
2007-12-21r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher1-13/+15