summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r22030: Simplify include parsing for config.mk files, making sure we getJames Peach2007-10-101-31/+73
* r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach2007-10-104-4/+18
* r22028: Fix include path for the srcidr != builddir case.James Peach2007-10-101-1/+1
* r22027: Allow separate build and source directories. Don't follow symlinksJames Peach2007-10-101-8/+27
* r22025: patch from Ronnie to make locktest also test the behaviour of pidAndrew Tridgell2007-10-101-6/+60
* r22021: use the pid specified in the individual locks, not the request pid, inAndrew Tridgell2007-10-101-2/+2
* r22004: Check for dereferencing null pointers.Jelmer Vernooij2007-10-101-1/+5
* r21996: Fix a bug for invalid casts of pointers.Jelmer Vernooij2007-10-101-1/+8
* r21995: Patch from Ronnie Sahlberg.Jelmer Vernooij2007-10-101-11/+11
* r21971: Fill in some more values in config files from variables, so we canAndrew Bartlett2007-10-101-6/+9
* r21970: Ensure that Fedora DS can be shut down correctly with the stop script:Andrew Bartlett2007-10-102-1/+3
* r21951: Hopefully fix valgrind warning.James Peach2007-10-101-0/+1
* r21949: After discussion with the Apple and Linux client maintainers,James Peach2007-10-103-8/+18
* r21943: don't send unitialized dataStefan Metzmacher2007-10-101-1/+1
* r21928: fix the interface uuid of wzcsvc.Stefan Metzmacher2007-10-101-1/+1
* r21911: Some more work on making the ncacn_np handling in smbd be less special.Jelmer Vernooij2007-10-102-4/+48
* r21910: Clean up some unused functions.Jelmer Vernooij2007-10-1023-137/+48
* r21909: Merge some of my recent improvements to the test infrastructure:Jelmer Vernooij2007-10-1031-276/+381
* r21859: add a comment why we remove the rid_crypt obfuscationStefan Metzmacher2007-10-101-0/+8
* r21843: the computer_dn isn't needed anymore because we don't manually reset ...Stefan Metzmacher2007-10-101-14/+1
* r21842: fix typo in commentStefan Metzmacher2007-10-101-12/+12
* r21839: add my email addressStefan Metzmacher2007-10-1012-12/+12
* r21838: generate no metadata for constructed attributesStefan Metzmacher2007-10-101-2/+4
* r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou...Jelmer Vernooij2007-10-103-3/+10
* r21836: Assume that if an OpenLDAP system is 'modular' then everything is aAndrew Bartlett2007-10-101-0/+1
* r21835: fixed a rpc server bug where we failed to remove a call from oneAndrew Tridgell2007-10-102-11/+70
* r21834: Remove unnecessary includesJelmer Vernooij2007-10-104-4/+0
* r21833: Don't install static libs, they can't be used anyway.Jelmer Vernooij2007-10-101-2/+2
* r21830: Fix header installation, remove proto header with a single prototype.Jelmer Vernooij2007-10-104-4/+8
* r21829: Integrate mgmt in libdcerpc. We have enough libraries as it is and m...Jelmer Vernooij2007-10-101-6/+3
* r21828: Hardcode prototypes, as they're a public API.Jelmer Vernooij2007-10-102-2/+48
* r21827: move comments to the place where the functionality is implementedStefan Metzmacher2007-10-102-120/+157
* r21826: reorder functionsStefan Metzmacher2007-10-101-23/+25
* r21821: move comment about the becoming a dc to the code which implements itStefan Metzmacher2007-10-102-442/+644
* r21820: move function, so that all are in top-down order as they get calledStefan Metzmacher2007-10-101-23/+25
* r21817: give fields a meaningStefan Metzmacher2007-10-102-4/+4
* r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell2007-10-101-1/+2
* r21812: fixed an integer overflow error in the ndr push code.Andrew Tridgell2007-10-102-3/+10
* r21811: fixed a queueing error in the dcerpc client code. WHen theAndrew Tridgell2007-10-102-19/+37
* r21807: modularise the opendb code, so different backends can beAndrew Tridgell2007-10-105-458/+693
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-106-89/+149
* r21805: Add PAC_TYPE_CONSTRAINED_DELEGATION to the PAC_TYPE enum.Andrew Bartlett2007-10-101-1/+2
* r21799: tell roken.h.in to not generate prototypes for setenv() and unsetenv()Stefan Metzmacher2007-10-101-0/+8
* r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher2007-10-101-9/+1
* r21797: remove the key directly from the environ arrayStefan Metzmacher2007-10-101-25/+17
* r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher2007-10-101-0/+2
* r21795: fix the prototype of unsetenv()...Stefan Metzmacher2007-10-101-1/+1
* r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher2007-10-101-1/+61
* r21793: add replacement for unsetenv()Stefan Metzmacher2007-10-104-1/+42
* r21791: This test is still just as valid without as much CPU time wasted.Andrew Bartlett2007-10-101-2/+2