| Commit message (Expand) | Author | Age | Files | Lines |
| * | r23380: netr_getdcname returns WERROR not NTSTATUS. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| * | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 2007-10-10 | 1 | -15/+15 |
| * | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 2007-10-10 | 1 | -2/+95 |
| * | r22712: Inform the user when logging in via pam_winbind | Gerald Carter | 2007-10-10 | 1 | -0/+1 |
| * | r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname | Günther Deschner | 2007-10-10 | 1 | -0/+18 |
| * | r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| * | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
| * | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 2007-10-10 | 1 | -12/+12 |
| * | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -10/+0 |
| * | r14049: Found some more MSV1_0 bits and their behaviour; | Günther Deschner | 2007-10-10 | 1 | -2/+14 |
| * | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| * | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 2007-10-10 | 1 | -0/+26 |
| * | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 2007-10-10 | 1 | -0/+51 |
| * | r13316: Let the carnage begin.... | Gerald Carter | 2007-10-10 | 1 | -2/+11 |
| * | r12096: Change uint32_t to uint32. Jerry, please pick this change up for | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| * | r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs). | Günther Deschner | 2007-10-10 | 1 | -0/+15 |
| * | r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo... | Volker Lendecke | 2007-10-10 | 1 | -0/+34 |
| * | r11573: Adding Andrew Bartlett's patch to make machine account | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
| * | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2007-10-10 | 1 | -179/+106 |
| * | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 2007-10-10 | 1 | -1/+12 |
| * | r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename... | Gerald Carter | 2007-10-10 | 1 | -7/+7 |
| * | r4946: Our notion the other_sids in the info3 SamLogon struct was | Volker Lendecke | 2007-10-10 | 1 | -2/+1 |
| * | r4287: Vampire SAM_DELTA_DOMAIN_INFO. | Günther Deschner | 2007-10-10 | 1 | -5/+42 |
| * | r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply. | Günther Deschner | 2007-10-10 | 1 | -1/+3 |
| * | r1283: Fix typo | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| * | r991: Allow winbindd to use the domain trust account password | Gerald Carter | 2007-10-10 | 1 | -7/+35 |
| * | Implement NETLOGON GetDCName client side. You can ask a DC for the name of | Volker Lendecke | 2004-04-02 | 1 | -0/+20 |
| * | (merge from HEAD) | Andrew Bartlett | 2003-03-24 | 1 | -1/+1 |
| * | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -94/+99 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | decoded SAM_DELTA 0x0e and 0x12. | Jean-François Micouleau | 2001-12-12 | 1 | -0/+59 |
| * | a ugly decoder for SAM_DELTA_DOM_INFO (0x0d) | Jean-François Micouleau | 2001-12-12 | 1 | -3/+88 |
| * | Make header comment clearer, these are RIDs, not UIDs. | Andrew Bartlett | 2001-09-30 | 1 | -2/+3 |
| * | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 2001-09-22 | 1 | -2/+2 |
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -8/+5 |
| * | Merge of SAM delta type constants and BDC replication types from TNG. | Tim Potter | 2001-08-28 | 1 | -0/+282 |
| * | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -12/+10 |
| * | Added structures for LOGON_CTRL rpc. | Tim Potter | 2001-05-24 | 1 | -21/+55 |
| * | Fix "proc num out of range" error. Missing rpc call. | Jeremy Allison | 2001-04-23 | 1 | -2/+17 |
| * | This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy... | Jeremy Allison | 2001-02-24 | 1 | -14/+45 |
| * | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 2000-10-10 | 1 | -2/+0 |
| * | Fix for the SID history problem when using a Win2k domain controller | Jeremy Allison | 2000-09-06 | 1 | -1/+4 |
| * | dynamic allocation of NET_USER_INFO_3 gids. | Luke Leighton | 2000-06-09 | 1 | -2/+2 |
| * | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -290/+34 |
| * | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 1 | -2/+2 |
| * | attempting to get nt5 wksta to join domain. | Luke Leighton | 1999-11-16 | 1 | -1/+1 |
| * | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1999-11-16 | 1 | -2/+17 |
| * | BDC support. | Matthew Chapman | 1999-07-22 | 1 | -6/+4 |
| * | BDC support. | Luke Leighton | 1999-07-21 | 1 | -2/+21 |
| * | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1999-06-02 | 1 | -20/+30 |