Age | Commit message (Expand) | Author | Files | Lines |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -4/+10 |
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -65/+65 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23380: netr_getdcname returns WERROR not NTSTATUS. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 1 | -31/+31 |
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 1 | -0/+209 |
2007-10-10 | r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not | Volker Lendecke | 1 | -0/+18 |
2007-10-10 | r23080: Fix bug #4637 - we hads missed some cases where | Jeremy Allison | 1 | -7/+16 |
2007-10-10 | r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also. | Jeremy Allison | 1 | -6/+14 |
2007-10-10 | r22577: Change all of parse/*.c to use standard form. Fix some | Jeremy Allison | 1 | -63/+103 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -3/+25 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r21393: Fix typo. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname | Günther Deschner | 1 | -0/+84 |
2007-10-10 | r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r16126: Janitor for Volker..... This looks correct to me. | Jeremy Allison | 1 | -20/+15 |
2007-10-10 | r14061: Some debugging for the new LOGON/ACB-flags. | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r14025: Remove unused code. When we want to export samsync, we better first port | Volker Lendecke | 1 | -80/+0 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -7/+11 |
2007-10-10 | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -0/+102 |
2007-10-10 | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -4/+45 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs). | Günther Deschner | 1 | -0/+72 |
2007-10-10 | r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo... | Volker Lendecke | 1 | -0/+236 |
2007-10-10 | r11326: Fix alignment in getdc response | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10782: Only parse the group rid_array in net_user_info3() when num_group is ... | Günther Deschner | 1 | -8/+20 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -18/+36 |
2007-10-10 | r10205: fix obvious typo in the NET_USER_INFO_3 parsing | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r8869: Get rid of a warning. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename... | Gerald Carter | 1 | -14/+7 |
2007-10-10 | r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client. | Andrew Bartlett | 1 | -14/+0 |
2007-10-10 | r4946: Our notion the other_sids in the info3 SamLogon struct was | Volker Lendecke | 1 | -12/+33 |
2007-10-10 | r4287: Vampire SAM_DELTA_DOMAIN_INFO. | Günther Deschner | 1 | -12/+34 |
2007-10-10 | r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply. | Günther Deschner | 1 | -6/+20 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -32/+17 |
2007-10-10 | r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>. | Jeremy Allison | 1 | -5/+3 |
2007-10-10 | r991: Allow winbindd to use the domain trust account password | Gerald Carter | 1 | -6/+61 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 1 | -3/+3 |
2004-04-02 | Implement NETLOGON GetDCName client side. You can ask a DC for the name of | Volker Lendecke | 1 | -0/+84 |
2004-01-07 | commiting jra's fix for Exchange clear test auth | Gerald Carter | 1 | -1/+2 |
2003-12-29 | Add the alignment required before all 2-byte quantities in NDR. Allows us | Andrew Bartlett | 1 | -0/+3 |
2003-12-05 | fixed a problem with "net rpc vampire" mis-parsing the alias member | Andrew Tridgell | 1 | -4/+4 |