Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri... | Andrew Bartlett | 1 | -2/+2 |
2007-12-21 | r25731: Document winreg_NotifyChangeKeyValue's notify flags. | Günther Deschner | 1 | -2/+3 |
2007-12-21 | r25730: Fix IDL for incorrect winreg_SetKeySecurity. | Günther Deschner | 1 | -1/+17 |
2007-12-21 | r25721: remove unused var | Stefan Metzmacher | 1 | -1/+0 |
2007-12-21 | r25699: Add ForceReplication test. | Günther Deschner | 1 | -4/+33 |
2007-12-21 | r25689: test with a non-zero size file | Andrew Tridgell | 1 | -0/+7 |
2007-12-21 | r25688: Add a simple test for a samba3 regression | Volker Lendecke | 2 | -0/+116 |
2007-12-21 | r25670: Add torture test for frsapi_IsPathReplicated(). | Günther Deschner | 1 | -0/+80 |
2007-12-21 | r25667: Start on frsapi testsuite. | Günther Deschner | 3 | -2/+125 |
2007-12-21 | r25642: Fix a small typo. | Kai Blin | 1 | -1/+1 |
2007-12-21 | r25628: Fix formatting, missing include. | Jelmer Vernooij | 1 | -32/+32 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25612: Add test_SetKeySecurity() call. | Günther Deschner | 1 | -1/+45 |
2007-12-21 | r25611: Smaller fix for winreg test. | Günther Deschner | 1 | -1/+5 |
2007-12-21 | r25609: Reformat RPC-WINREG test. | Günther Deschner | 1 | -18/+22 |
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 3 | -21/+22 |
2007-12-21 | r25606: Allow test_GetKeySecurity() to return a security descriptor. | Günther Deschner | 1 | -7/+13 |
2007-10-10 | r25599: print the error... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25596: It isn't valid to take the address of an array on the stack, and this | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r25579: BOOL -> bool | Stefan Metzmacher | 4 | -36/+36 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 113 | -3438/+3437 |
2007-10-10 | r25532: Fix some more indentations. Sorry Günther, could not resist, after | Michael Adam | 1 | -21/+21 |
2007-10-10 | r25529: Reformatting. | Günther Deschner | 1 | -97/+98 |
2007-10-10 | r25527: Deal with no tests being registered. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r25514: don't blindly overwrite the result last_reason, | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r25513: don't hide warnings in subunit mode | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r25512: reformat code... | Stefan Metzmacher | 1 | -19/+19 |
2007-10-10 | r25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to also | Michael Adam | 1 | -1/+64 |
2007-10-10 | r25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS tes... | Michael Adam | 1 | -12/+208 |
2007-10-10 | r25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test: | Michael Adam | 1 | -23/+47 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 9 | -12/+25 |
2007-10-10 | r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test. | Michael Adam | 1 | -0/+28 |
2007-10-10 | r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test: | Michael Adam | 1 | -6/+62 |
2007-10-10 | r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests. | Michael Adam | 1 | -0/+32 |
2007-10-10 | r25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted do... | Michael Adam | 1 | -0/+22 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 31 | -111/+111 |
2007-10-10 | r25409: Add SHOW_SEQUENCE winbind test (struct based). | Michael Adam | 1 | -0/+20 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 36 | -107/+114 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 13 | -45/+45 |
2007-10-10 | r25377: Simplify code a little by employing commonly used functions. | Rafal Szczesniak | 4 | -629/+34 |
2007-10-10 | r25376: Add the new file to the build. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r25375: Put commonly used functions in one place. | Rafal Szczesniak | 2 | -0/+355 |
2007-10-10 | r25368: Add the test of group add routine. | Rafal Szczesniak | 4 | -0/+219 |
2007-10-10 | r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding sha... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25352: Add a basic WINBINDD_LIST_GROUPS test. | Michael Adam | 1 | -0/+16 |
2007-10-10 | r25350: Add an initial winbindd list-users test. | Michael Adam | 1 | -0/+16 |
2007-10-10 | r25349: add WINBIND-STRUCT-DSGETDCNAME test | Stefan Metzmacher | 1 | -0/+66 |
2007-10-10 | r25310: Make sure we do not regress on r25309 | Volker Lendecke | 2 | -0/+72 |
2007-10-10 | r25306: Add tests for string_sub(). | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put | Volker Lendecke | 1 | -21/+21 |