Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-09 | s4: fixed format of repsTo in samdb | Andrew Tridgell | 4 | -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 | |||||
2009-09-09 | ntlmssp: avoid duplicate inclusion of helper headers. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-09-08 | ntlmssp: add some void decode calls (useful for ndrdump). | Günther Deschner | 4 | -2/+304 | |
Guenther | |||||
2009-09-08 | schannel: add missing prototype for ndr_print_nbt_string() in schannel helper. | Günther Deschner | 1 | -0/+1 | |
Hopefully fixes samba4 build. Guenther | |||||
2009-09-08 | schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs. | Günther Deschner | 6 | -0/+698 | |
These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther | |||||
2009-09-08 | s4:idl Add generated code for netlogon.idl changes | Andrew Bartlett | 3 | -3/+39 | |
2009-09-08 | Return a correct value for Supported Encryption Type | Matthieu Patou | 1 | -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 | |||||
2009-09-08 | s4: commit generated DRS changes | Andrew Tridgell | 5 | -4/+274 | |
2009-09-08 | s4: added the structure for repsTo | Andrew Tridgell | 1 | -0/+32 | |
This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call | |||||
2009-09-08 | s4: fixed updaterefs options bitmap | Andrew Tridgell | 1 | -2/+3 | |
2009-09-03 | fix the ndr print routines for samba4 | Andrew Tridgell | 1 | -0/+15 | |
This uses a hackish #if just for samba4. The proper fix is much more complex. | |||||
2009-09-03 | Fix for DSSYNC test against Windows 2003 | Anatoliy Atanasov | 1 | -0/+1 | |
2009-09-02 | s3-netlogon: use WERRORs in NETLOGON_INFO structures. | Günther Deschner | 3 | -15/+15 | |
Guenther | |||||
2009-09-02 | add a ref to the WSPP docs | Andrew Tridgell | 1 | -0/+1 | |
2009-08-31 | netlogon: fill in more details for the netr_LogonControlX family of calls. | Günther Deschner | 3 | -23/+50 | |
Guenther | |||||
2009-08-31 | s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2009-08-28 | ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function. | Günther Deschner | 2 | -0/+64 | |
Guenther | |||||
2009-08-28 | ntlmssp: re-run make samba3-idl and add generated files. | Günther Deschner | 3 | -0/+2441 | |
Guenther | |||||
2009-08-28 | ntlmssp: add NTLMSSP_MESSAGE_SIGNATURE to IDL. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2009-08-28 | ntlmssp: add AUTHENTICATE_MESSAGE to idl. | Günther Deschner | 1 | -0/+75 | |
Guenther | |||||
2009-08-28 | ntlmssp: add CHALLENGE_MESSAGE to IDL. | Günther Deschner | 3 | -1/+132 | |
Guenther | |||||
2009-08-28 | ntlmssp: add NEGOTIATE_MESSAGE to IDL. | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2009-08-28 | ntlmssp: add string helper functions to handle OEM and UNICODE charset. | Günther Deschner | 2 | -0/+30 | |
Guenther | |||||
2009-08-28 | ntlmssp: add ntlmssp helper skeleton. | Günther Deschner | 3 | -1/+45 | |
Guenther | |||||
2009-08-28 | ntlmssp: add IDL. | Günther Deschner | 1 | -0/+89 | |
Guenther | |||||
2009-08-27 | schannel: add netlogon_creds_CredentialState to IDL. | Günther Deschner | 4 | -0/+142 | |
Guenther | |||||
2009-08-26 | schannel: add generated files. | Günther Deschner | 3 | -0/+339 | |
Guenther | |||||
2009-08-26 | schannel: move schannel.idl to main directory. | Günther Deschner | 1 | -0/+44 | |
Guenther | |||||
2009-08-26 | netlogon: make netr_NegotiateFlags a public bitmap. | Günther Deschner | 3 | -3/+5 | |
Guenther | |||||
2009-08-25 | netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵ | Günther Deschner | 3 | -3/+3 | |
#6099 for details). Guenther | |||||
2009-08-24 | netlogon: add (yet) undocumented netlogon negotiate bit to bitmap. | Günther Deschner | 3 | -0/+3 | |
This bit is set by the Win7 client while joining. Guenther | |||||
2009-08-24 | libndr: add missing protoypes for double type. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-20 | s3: re-run make samba3-idl. | Günther Deschner | 7 | -2/+4717 | |
Guenther | |||||
2009-08-20 | spoolss: add more spoolss calls to IDL | Günther Deschner | 1 | -0/+90 | |
(spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther | |||||
2009-08-17 | netlogon: document some more MSVC flags. | Günther Deschner | 3 | -1/+40 | |
Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther | |||||
2009-08-12 | librpc: rerun "make idl_full" | Kai Blin | 15 | -414/+414 | |
2009-08-12 | when we get an NDR error in the logs, it is useful to know where it happened | Andrew Tridgell | 1 | -1/+1 | |
2009-08-10 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -56/+959 | |
Guenther | |||||
2009-08-10 | spoolss: fill in more details of the spoolss_DeviceMode. | Günther Deschner | 1 | -21/+210 | |
Guenther | |||||
2009-08-07 | librpc: fix callers after epmapper.idl changes | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-08-07 | librpc: rerun 'make idl' after epmapper.idl changes | Stefan Metzmacher | 3 | -18/+18 | |
metze | |||||
2009-08-07 | epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDL | Stefan Metzmacher | 1 | -4/+4 | |
We now use 'named_pipe' instead. metze | |||||
2009-08-03 | s3/s4: Add new autogenerated files from "make idl_full" | Matthias Dieter Wallnöfer | 5 | -748/+1183 | |
2009-08-03 | netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call ↵ | Matthias Dieter Wallnöfer | 1 | -48/+114 | |
correctly This enhances the "netlogon.idl" file to allow enhancements on the mentioned call. Therefore this is also the base for fixing up bug #4888. | |||||
2009-08-03 | netlogon.idl: Removes the form "str[]" for string declarations | Matthias Dieter Wallnöfer | 1 | -40/+40 | |
In this file two different forms are used to explain the same datatype ("str[]" and "*str"). I didn't find this very nice and unified the occurrences to always use "*str". This patch is of cosmetic nature. | |||||
2009-07-31 | librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-31 | librpc: rerun "make idl" | Stefan Metzmacher | 32 | -0/+81119 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_InitializeFileTransferAsync() | Stefan Metzmacher | 1 | -1/+79 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_AsyncPoll() | Stefan Metzmacher | 1 | -1/+32 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_RequestVersionVector() | Stefan Metzmacher | 1 | -1/+19 | |
metze |