Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1673: using the new [relative] pidl handling, the PAC decode is now much closer | Andrew Tridgell | 1 | -54/+17 |
2007-10-10 | r1657: fixed the string types of two strings in svcctl. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1648: the endpoints for the DRSUAPI pipe are | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1641: Finish IDL for EnumServicesStatus | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r1617: Start working on the svcctl pipe | Jelmer Vernooij | 1 | -0/+161 |
2007-10-10 | r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFO | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r1552: commit the first version of the pidl generated krb5 PAC parser | Stefan Metzmacher | 1 | -0/+153 |
2007-10-10 | r1545: add some comments and move a transport function to the transport section | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r1543: add srvsvc_NetRemoteTOD idl and torture tests | Stefan Metzmacher | 1 | -1/+21 |
2007-10-10 | r1525: share info level 1004 is invalid, | Stefan Metzmacher | 1 | -4/+9 |
2007-10-10 | r1524: add some comments | Stefan Metzmacher | 1 | -1/+13 |
2007-10-10 | r1482: today I saw DCERPC_AUTH_TYPE 16(0x10) | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r1481: add idl file and torture test dummies | Stefan Metzmacher | 1 | -0/+117 |
2007-10-10 | r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we can | Tim Potter | 1 | -2/+2 |
2007-10-10 | r1206: Give the spoolss pipe an endpoint. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r1150: - fixed interactive sam logon in the rpc server | Andrew Tridgell | 1 | -11/+9 |
2007-10-10 | r1144: added logon level 5 for sam logon | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo | Andrew Tridgell | 1 | -56/+9 |
2007-10-10 | r1140: added IDL and test code for validation level 6 in sam logon | Andrew Tridgell | 1 | -16/+40 |
2007-10-10 | r1139: added IDL and server code for netr_LogonSamLogonWithFlags() | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r1136: - added IDL for netr_LogonGetDomainInfo() | Andrew Tridgell | 1 | -1/+66 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 1 | -7/+19 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -17/+17 |
2007-10-10 | r1048: - moved the schannel definitions into a separate schannel.idl | Andrew Tridgell | 2 | -11/+43 |
2007-10-10 | r1030: added server side schannel support | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 2 | -53/+53 |
2007-10-10 | r1009: Make all users of NT and LM passwords use the samr_Password structure. | Andrew Bartlett | 3 | -25/+21 |
2007-10-10 | r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests also | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t... | Andrew Tridgell | 1 | -10/+18 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 5 | -2/+162 |
2007-10-10 | r924: got rid of the global well-known SIDs, instead using const defines in m... | Andrew Tridgell | 1 | -0/+30 |
2007-10-10 | r920: a placeholder lsads.idl file (lack of this is why the build farm is unh... | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 2 | -35/+27 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r877: This attempt at IDL was accidently included in the pervious commit. | Andrew Bartlett | 1 | -9/+1 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 3 | -19/+18 |
2007-10-10 | r781: added level6 for logon level in SamLogon netlogon.idl | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r739: Implement GetNumRecords() call from eventlog pipe, including a torture ... | Jelmer Vernooij | 1 | -16/+76 |
2007-10-10 | r712: fixed a bug in the NetShareGetInfo idl, and added another info level | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r649: return unknown interface when the client not yet | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r644: add SPNEGO auth type | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 1 | -8/+0 |
2007-10-10 | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 1 | -3/+18 |
2007-10-10 | r593: add a constant for the records size multiplier for max_size in samr_Enu... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r587: added server code for samr_EnumDomainUsers, and started adding | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 1 | -3/+11 |
2007-10-10 | r575: moved the SID_NAME_USE enum into samr.idl | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f... | Andrew Tridgell | 1 | -6/+13 |