Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes... | Andrew Tridgell | 1 | -2/+11 |
2007-10-10 | r255: added samr_SetDomainInfo IDL and test code | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r210: More work on DCERPC client functions: | Tim Potter | 1 | -3/+318 |
2007-10-10 | r199: More registry rpc updates | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r190: More RPC updates | Jelmer Vernooij | 1 | -1/+14 |
2007-10-10 | r165: Add support for viewing registry values in gregedit | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 2 | -2/+1 |
2007-10-10 | r132: fill in the correct default case for the WKSSVC GetInfo call | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r128: Another registry update. Changes: | Jelmer Vernooij | 1 | -5/+30 |
2007-10-10 | r101: added lsa_SetSecret() and lsa_QuerySecret() | Andrew Tridgell | 2 | -2/+45 |
2007-10-10 | r62: Fix the build | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r46: Add CreateKey function (still working on it) | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r42: importing .cvsignore files | Gerald Carter | 2 | -4/+0 |
2007-10-10 | r31: More registry updates. regdiff/regpatch work now. | Jelmer Vernooij | 1 | -14/+1 |
2004-04-03 | added IDL and test for lsa_OpenSecret() | Andrew Tridgell | 1 | -1/+8 |
2004-04-03 | added IDL and test suite for lsa_CreateSecret() | Andrew Tridgell | 1 | -1/+6 |
2004-04-03 | added idl and test suite for lsa_CreateTrustedDomain() | Andrew Tridgell | 1 | -8/+13 |
2004-04-03 | This is the start of a C API to the DCERPC client routines. Currently | Tim Potter | 2 | -1/+86 |
2004-03-31 | added lsaCreateAccount() and a test in the RPC-LSA test suite | Andrew Tridgell | 1 | -2/+21 |
2004-02-21 | split up the schannel rpc client code into separate key establishment | Andrew Tridgell | 1 | -19/+64 |
2004-02-12 | move more code to the config.m4 scheme | Stefan Metzmacher | 1 | -0/+30 |
2004-02-12 | do not return a value in a void function | Stefan Metzmacher | 1 | -1/+1 |
2004-02-11 | fixed a void return spotted by metze | Andrew Tridgell | 1 | -1/+1 |
2004-02-10 | we can close the netlogon pipe used to setup the schannel session key | Andrew Tridgell | 1 | -1/+3 |
2004-02-10 | don't always use the same schannel context number | Andrew Tridgell | 1 | -1/+1 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 8 | -156/+473 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 2 | -4/+1 |
2004-02-03 | make more function static, they are still available via the function pointers | Stefan Metzmacher | 2 | -2/+2 |
2004-01-22 | added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o | Andrew Tridgell | 1 | -1/+1 |
2004-01-20 | added code to the RPC-SPOOLSS test that demonstrates that policy | Andrew Tridgell | 4 | -3/+61 |
2004-01-11 | added dom_sid_string() function | Andrew Tridgell | 1 | -7/+15 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 1 | -27/+41 |
2003-12-31 | the endpoint mapper now works in bigendian mode | Andrew Tridgell | 4 | -9/+16 |
2003-12-20 | latest srvsvc and wkssvc IDL from metze | Andrew Tridgell | 2 | -122/+744 |
2003-12-19 | addition of samr_SetSecurity() from kai | Andrew Tridgell | 3 | -5/+12 |
2003-12-19 | fixed removal of moe than one ncacn_* option from option list | Andrew Tridgell | 1 | -0/+1 |
2003-12-19 | fixed the AddAliasMem test code | Andrew Tridgell | 1 | -0/+23 |
2003-12-19 | added a bunch of alias functions in samr.idl based on work by Kai. | Andrew Tridgell | 1 | -32/+62 |
2003-12-17 | fixed a segv in RPC-* when debug level > 2 | Andrew Tridgell | 1 | -1/+1 |
2003-12-17 | Fix typo. | Tim Potter | 1 | -1/+1 |
2003-12-17 | added a smb.conf flag "rpc big endian" that tells our rpc server to | Andrew Tridgell | 2 | -13/+12 |
2003-12-16 | fixed formatting of uuids in debug output | Andrew Tridgell | 1 | -1/+1 |
2003-12-16 | added a define for the DCERPC little-endian data representation flag | Andrew Tridgell | 2 | -8/+11 |
2003-12-16 | fixed the RPC-MGMT and RPC-SCANNER tests to work with the new | Andrew Tridgell | 1 | -24/+75 |
2003-12-16 | no longer require the pipe name or tcp port number to be the first | Andrew Tridgell | 1 | -0/+4 |
2003-12-16 | use bigendian mode to fix the idl for samr_LogonHours | Andrew Tridgell | 1 | -1/+1 |
2003-12-16 | it turns out that a wire policy handle isn't a blob either, its a | Andrew Tridgell | 1 | -3/+3 |
2003-12-16 | added support for big-endian ucs2 strings (as used by big-endian | Andrew Tridgell | 1 | -7/+17 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 8 | -71/+132 |
2003-12-15 | fixed srvsvc DiskEnum call | Andrew Tridgell | 1 | -12/+12 |