summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* netlogon.idl - rerun "make idl"Matthias Dieter Wallnöfer2009-09-112-3/+23
|
* s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou2009-09-111-1/+1
| | | | | | | CDSVersion field contains one utf16 string and then garbage which pertubated the parsing. We use subcontext to clearly define the size of the whole blob and then let the parser to find the real length of the string. This is a fix for bug 6706, many thanks to Gunter for the PIDL guidelines.
* s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell2009-09-116-168/+1076
|
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-116-98/+186
| | | | Guenther
* netlogon.idl: indent correctlyMatthias Dieter Wallnöfer2009-09-111-1/+1
|
* lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner2009-09-115-27/+27
| | | | Guenther
* schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner2009-09-116-1/+96
| | | | Guenther
* s4: regenerate drsuapi IDLAndrew Tridgell2009-09-102-0/+24
|
* s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell2009-09-101-0/+8
|
* s4: fixed format of repsTo in samdbAndrew Tridgell2009-09-094-301/+0
| | | | | | | Metze pointed out what the windows tool ldp.exe will examine repsTo attributes on remote DCs, so we do in fact need to use the same format that windows uses. This patch changes the server side implementation of UpdateRefs to use the windows format
* ntlmssp: avoid duplicate inclusion of helper headers.Günther Deschner2009-09-091-1/+0
| | | | Guenther
* ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner2009-09-084-2/+304
| | | | Guenther
* schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.Günther Deschner2009-09-081-0/+1
| | | | | | Hopefully fixes samba4 build. Guenther
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-086-0/+698
| | | | | | | These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
* s4:idl Add generated code for netlogon.idl changesAndrew Bartlett2009-09-083-3/+39
|
* Return a correct value for Supported Encryption TypeMatthieu Patou2009-09-081-1/+9
| | | | | | Vista and upper version use this value to check wether they should ask the DC to change the msDS-SupportedEncryptionTypes attribute or not. Declare the different value as a bitmap in Netlogon idl
* s4: commit generated DRS changesAndrew Tridgell2009-09-085-4/+274
|
* s4: added the structure for repsToAndrew Tridgell2009-09-081-0/+32
| | | | | This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
* s4: fixed updaterefs options bitmapAndrew Tridgell2009-09-081-2/+3
|
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
| | | | | This uses a hackish #if just for samba4. The proper fix is much more complex.
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
|
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-023-15/+15
| | | | Guenther
* add a ref to the WSPP docsAndrew Tridgell2009-09-021-0/+1
|
* netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner2009-08-313-23/+50
| | | | Guenther
* s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner2009-08-313-0/+3
| | | | Guenther
* ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2009-08-282-0/+64
| | | | Guenther
* ntlmssp: re-run make samba3-idl and add generated files.Günther Deschner2009-08-283-0/+2441
| | | | Guenther
* ntlmssp: add NTLMSSP_MESSAGE_SIGNATURE to IDL.Günther Deschner2009-08-281-0/+18
| | | | Guenther
* ntlmssp: add AUTHENTICATE_MESSAGE to idl.Günther Deschner2009-08-281-0/+75
| | | | Guenther
* ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner2009-08-283-1/+132
| | | | Guenther
* ntlmssp: add NEGOTIATE_MESSAGE to IDL.Günther Deschner2009-08-281-0/+20
| | | | Guenther
* ntlmssp: add string helper functions to handle OEM and UNICODE charset.Günther Deschner2009-08-282-0/+30
| | | | Guenther
* ntlmssp: add ntlmssp helper skeleton.Günther Deschner2009-08-283-1/+45
| | | | Guenther
* ntlmssp: add IDL.Günther Deschner2009-08-281-0/+89
| | | | Guenther
* schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner2009-08-274-0/+142
| | | | Guenther
* schannel: add generated files.Günther Deschner2009-08-263-0/+339
| | | | Guenther
* schannel: move schannel.idl to main directory.Günther Deschner2009-08-261-0/+44
| | | | Guenther
* netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner2009-08-263-3/+5
| | | | Guenther
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner2009-08-253-3/+3
| | | | | | #6099 for details). Guenther
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-243-0/+3
| | | | | | This bit is set by the Win7 client while joining. Guenther
* libndr: add missing protoypes for double type.Günther Deschner2009-08-241-0/+1
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-08-207-2/+4717
| | | | Guenther
* spoolss: add more spoolss calls to IDLGünther Deschner2009-08-201-0/+90
| | | | | | (spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther
* netlogon: document some more MSVC flags.Günther Deschner2009-08-173-1/+40
| | | | | | | Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
* librpc: rerun "make idl_full"Kai Blin2009-08-1215-414/+414
|
* when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2009-08-121-1/+1
|
* s3: re-run make samba3-idl.Günther Deschner2009-08-103-56/+959
| | | | Guenther
* spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner2009-08-101-21/+210
| | | | Guenther
* librpc: fix callers after epmapper.idl changesStefan Metzmacher2009-08-071-9/+9
| | | | metze
* librpc: rerun 'make idl' after epmapper.idl changesStefan Metzmacher2009-08-073-18/+18
| | | | metze