Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21995: Patch from Ronnie Sahlberg. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r21971: Fill in some more values in config files from variables, so we can | Andrew Bartlett | 1 | -6/+9 |
2007-10-10 | r21970: Ensure that Fedora DS can be shut down correctly with the stop script: | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r21951: Hopefully fix valgrind warning. | James Peach | 1 | -0/+1 |
2007-10-10 | r21949: After discussion with the Apple and Linux client maintainers, | James Peach | 3 | -8/+18 |
2007-10-10 | r21943: don't send unitialized data | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21928: fix the interface uuid of wzcsvc. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21911: Some more work on making the ncacn_np handling in smbd be less special. | Jelmer Vernooij | 2 | -4/+48 |
2007-10-10 | r21910: Clean up some unused functions. | Jelmer Vernooij | 23 | -137/+48 |
2007-10-10 | r21909: Merge some of my recent improvements to the test infrastructure: | Jelmer Vernooij | 31 | -276/+381 |
2007-10-10 | r21896: - Enable creating default NetContext when no explicit credentials are | Rafal Szczesniak | 1 | -37/+51 |
2007-10-10 | r21859: add a comment why we remove the rid_crypt obfuscation | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r21852: Further work on initialising libnet context from netmgr. | Rafal Szczesniak | 2 | -14/+69 |
2007-10-10 | r21843: the computer_dn isn't needed anymore because we don't manually reset ... | Stefan Metzmacher | 1 | -14/+1 |
2007-10-10 | r21842: fix typo in comment | Stefan Metzmacher | 1 | -12/+12 |
2007-10-10 | r21841: Rename the method and check parameters more strictly. | Rafal Szczesniak | 1 | -8/+11 |
2007-10-10 | r21839: add my email address | Stefan Metzmacher | 12 | -12/+12 |
2007-10-10 | r21838: generate no metadata for constructed attributes | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou... | Jelmer Vernooij | 3 | -3/+10 |
2007-10-10 | r21836: Assume that if an OpenLDAP system is 'modular' then everything is a | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r21835: fixed a rpc server bug where we failed to remove a call from one | Andrew Tridgell | 2 | -11/+70 |
2007-10-10 | r21834: Remove unnecessary includes | Jelmer Vernooij | 4 | -4/+0 |
2007-10-10 | r21833: Don't install static libs, they can't be used anyway. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21832: Ignore some more autogenerated files. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21830: Fix header installation, remove proto header with a single prototype. | Jelmer Vernooij | 4 | -4/+8 |
2007-10-10 | r21829: Integrate mgmt in libdcerpc. We have enough libraries as it is and m... | Jelmer Vernooij | 1 | -6/+3 |
2007-10-10 | r21828: Hardcode prototypes, as they're a public API. | Jelmer Vernooij | 2 | -2/+48 |
2007-10-10 | r21827: move comments to the place where the functionality is implemented | Stefan Metzmacher | 2 | -120/+157 |
2007-10-10 | r21826: reorder functions | Stefan Metzmacher | 1 | -23/+25 |
2007-10-10 | r21821: move comment about the becoming a dc to the code which implements it | Stefan Metzmacher | 2 | -442/+644 |
2007-10-10 | r21820: move function, so that all are in top-down order as they get called | Stefan Metzmacher | 1 | -23/+25 |
2007-10-10 | r21817: give fields a meaning | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failure | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r21812: fixed an integer overflow error in the ndr push code. | Andrew Tridgell | 2 | -3/+10 |
2007-10-10 | r21811: fixed a queueing error in the dcerpc client code. WHen the | Andrew Tridgell | 2 | -19/+37 |
2007-10-10 | r21810: - The height of a widget is in relation to its enclosing widget. Spe... | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r21809: - If the canvas is never initialized with the tree, the tree will never | Derrell Lipman | 1 | -3/+3 |
2007-10-10 | r21808: - Fix a nasty bug in the finite state machine that allowed an event f... | Derrell Lipman | 1 | -2/+21 |
2007-10-10 | r21807: modularise the opendb code, so different backends can be | Andrew Tridgell | 5 | -458/+693 |
2007-10-10 | r21806: I've been working over the last week to fix up the LDAP backend for | Andrew Bartlett | 6 | -89/+149 |
2007-10-10 | r21805: Add PAC_TYPE_CONSTRAINED_DELEGATION to the PAC_TYPE enum. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r21799: tell roken.h.in to not generate prototypes for setenv() and unsetenv() | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r21798: unsetenv() returns void on some platforms (BSD) | Stefan Metzmacher | 1 | -9/+1 |
2007-10-10 | r21797: remove the key directly from the environ array | Stefan Metzmacher | 1 | -25/+17 |
2007-10-10 | r21796: check if unsetenv() works on an non-existing key | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r21795: fix the prototype of unsetenv()... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21794: add setenv()/unsetenv() testsuite | Stefan Metzmacher | 1 | -1/+61 |
2007-10-10 | r21793: add replacement for unsetenv() | Stefan Metzmacher | 4 | -1/+42 |
2007-10-10 | r21791: This test is still just as valid without as much CPU time wasted. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r21790: Setup the socket_wrapper_dir when we set the environment variable. | Andrew Bartlett | 2 | -8/+8 |