Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4181: use int32 for level | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4178: the level is mostly singed not unsigned | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4176: I just remeber that I have already implement STR_CONFORMANT | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r4175: InitiateSystemShutdownEx IDL and torture test | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r4174: nicer debug output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4171: an attempt at better IDL for DsReplicaSync | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4168: Implement QueryValue in the server | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r4167: Fix CreateKey | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both only | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r4157: QueryMultipleValues IDL and torture test | Jelmer Vernooij | 1 | -2/+17 |
2007-10-10 | r4156: GetKeySecurity() IDL and torture test | Jelmer Vernooij | 1 | -10/+4 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -45/+28 |
2007-10-10 | r4139: 2nd attempt at fixing the null ptr in size_is() problem. | Andrew Tridgell | 1 | -8/+2 |
2007-10-10 | r4115: check for gensec errors before calling memcpy on a set of credentials, | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r4114: added have_features bits to gensec schannel code. This fixes our | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4113: modified EnumValue in winreg to take advantage of the new pidl handling | Andrew Tridgell | 1 | -31/+19 |
2007-10-10 | r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query... | Andrew Tridgell | 1 | -16/+8 |
2007-10-10 | r4110: fixed pidl to allow arrays to have size_is() and length_is() elements | Andrew Tridgell | 2 | -35/+110 |
2007-10-10 | r4105: Fix IDL for QueryValue() and add a torture test for it. | Jelmer Vernooij | 1 | -8/+7 |
2007-10-10 | r4102: more uint64 vs HYPER_T fixes | Stefan Metzmacher | 4 | -14/+20 |
2007-10-10 | r4100: fix drsuapi_DsReplicaObjMetaData2() idl | Stefan Metzmacher | 1 | -16/+15 |
2007-10-10 | r4098: catch null guid string so RPC-DRSUAPI works against my server | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo() | Stefan Metzmacher | 1 | -3/+283 |
2007-10-10 | r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just | Stefan Metzmacher | 2 | -46/+33 |
2007-10-10 | r4081: use clearer names | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r4078: use clearer names | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r4075: implement RemoteTOD server function | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r4072: - changed the names of some of the well known sids to be more consistent | Andrew Tridgell | 1 | -5/+48 |
2007-10-10 | r4057: unknown5 represents the account policy "Users must logon to change | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 3 | -4/+4 |
2007-10-10 | r4051: use talloc_array() instead of talloc() when allocating arrays in auto-... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4042: fix segfault on server schannel connections | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 1 | -18/+30 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 2 | -5/+100 |
2007-10-10 | r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r4001: fix segfault fix auth failed | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3999: - reply with the same DsBindInfo blob as w2k3 in the server function | Stefan Metzmacher | 1 | -2/+37 |
2007-10-10 | r3997: fix STR_CHARLEN pull case | Stefan Metzmacher | 1 | -21/+25 |
2007-10-10 | r3996: add some comments | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r3984: success full parse the repsFrom/repsTo LDAP fields | Stefan Metzmacher | 2 | -28/+36 |
2007-10-10 | r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2() | Andrew Tridgell | 1 | -2/+51 |
2007-10-10 | r3972: use GUID_* naming context and move GUID_* functions to one place | Stefan Metzmacher | 4 | -86/+146 |
2007-10-10 | r3956: start to decode the repsFrom and repsTo fileds but not ready | Stefan Metzmacher | 3 | -0/+48 |
2007-10-10 | r3942: decode the 'replUpToDateVector' blob | Stefan Metzmacher | 1 | -6/+63 |
2007-10-10 | r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it... | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on | Andrew Tridgell | 1 | -1/+17 |
2007-10-10 | r3927: add idl file for NDR encoded LDAP attributes used for the directory se... | Stefan Metzmacher | 2 | -1/+41 |
2007-10-10 | r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon, | Andrew Bartlett | 1 | -3/+12 |