summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r8368: the type filed depends on the user being present or notStefan Metzmacher2007-10-101-4/+4
* r8335: removed some duplicated codeAndrew Tridgell2007-10-101-9/+5
* r8286: it makes more sense to combine the refresh count with the register cou...Andrew Tridgell2007-10-101-1/+0
* r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell2007-10-102-2/+14
* r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell2007-10-101-0/+56
* r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2007-10-101-4/+4
* r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2007-10-101-0/+5
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-101-1/+1
* r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett2007-10-101-2/+8
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-101-1/+1
* r8233: - added support for more base types in pidl ejsAndrew Tridgell2007-10-103-2/+22
* r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher2007-10-103-201/+187
* r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher2007-10-103-2/+19
* r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher2007-10-101-18/+18
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2007-10-101-0/+1
* r8210: - make the ndr_token_* function publicStefan Metzmacher2007-10-101-18/+29
* r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell2007-10-101-0/+5
* r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter2007-10-101-14/+9
* r8168: after testing I saw that w2k3 uses unique pointers on the mgmt pipeStefan Metzmacher2007-10-101-2/+2
* r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2007-10-104-9/+17
* r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher2007-10-101-0/+6
* r8156: I found out that the unknown[2] field of the unknown[4] array is a len...Stefan Metzmacher2007-10-101-3/+6
* r8150: these should be staticStefan Metzmacher2007-10-101-2/+2
* r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2007-10-104-14/+168
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2007-10-101-7/+5
* r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett2007-10-101-4/+4
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-0/+14
* r8068: reduced the verbosity of the EPM codeAndrew Tridgell2007-10-101-3/+3
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2007-10-101-2/+2
* r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerDataStefan Metzmacher2007-10-101-0/+22
* r8053: requests from mmc show that the auth info for a bind should be 4 byte ...Andrew Tridgell2007-10-101-1/+1
* r8050: - make use of more [value()] propertiesStefan Metzmacher2007-10-102-14/+15
* r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher2007-10-101-1/+5
* r8012: Add UUID for NDR64 transfer syntax.Jelmer Vernooij2007-10-101-0/+3
* r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett2007-10-101-1/+1
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-103-13/+23
* r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher2007-10-101-9/+8
* r7872: another place we were relying on the old behaviour of value()Andrew Tridgell2007-10-101-1/+1
* r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell2007-10-105-5/+5
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-109-37/+35
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-101-1/+1
* r7729: Small fixes to the charset stuff.Jelmer Vernooij2007-10-101-2/+2
* r7706: Move ParseExpr() to util.Jelmer Vernooij2007-10-101-4/+3
* r7702: Implement [charset()] attribute.Jelmer Vernooij2007-10-102-3/+39
* r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij2007-10-101-0/+27
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-3/+4
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2007-10-101-4/+3
* r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell2007-10-101-0/+4
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2007-10-101-1/+11
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2007-10-101-1/+1