summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Remove unused marshalling for NET_SRV_PWSET.Günther Deschner1-68/+0
2008-02-16Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.Günther Deschner1-142/+0
2008-02-15Remove unused marshalling for NET_SAM_LOGOFF.Günther Deschner1-48/+0
2008-02-15Remove unused marshalling for NET_SAM_SYNC.Günther Deschner1-1165/+0
2008-02-15Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner1-135/+0
2008-02-13Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2.Günther Deschner1-432/+0
2008-02-13Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner1-102/+0
2008-02-08Remove unused marshalling for NET_DSR_GETDCNAME.Günther Deschner1-236/+0
2008-02-07Remove unused marshalling for NET_DSR_GESITENAME.Günther Deschner1-72/+0
2008-02-07Remove unused marshalling for NET_GETANYDCNAME and NET_GETANYDCNAME.Günther Deschner1-171/+0
2008-01-25Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner1-209/+0
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-16/+16
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-4/+10
2007-11-20More trivial pstring removal.Jeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-65/+65
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-1/+1
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-31/+31
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-0/+209
2007-10-10r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke1-0/+18
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-7/+16
2007-10-10r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison1-6/+14
2007-10-10r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison1-63/+103
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-3/+25
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-4/+4
2007-10-10r21393: Fix typo.Günther Deschner1-2/+2
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-2/+2
2007-10-10r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner1-0/+84
2007-10-10r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner1-1/+1
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-5/+5
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-3/+2
2007-10-10r16126: Janitor for Volker..... This looks correct to me.Jeremy Allison1-20/+15
2007-10-10r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner1-0/+9
2007-10-10r14025: Remove unused code. When we want to export samsync, we better first portVolker Lendecke1-80/+0
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-7/+11
2007-10-10r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison1-1/+1
2007-10-10r13433: Get ready to implement NET_SAM_LOGON_EX.Jeremy Allison1-0/+102
2007-10-10r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison1-6/+8
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+45
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).Günther Deschner1-0/+72
2007-10-10r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke1-0/+236
2007-10-10r11326: Fix alignment in getdc responseVolker Lendecke1-0/+3
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10782: Only parse the group rid_array in net_user_info3() when num_group is ...Günther Deschner1-8/+20
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-18/+36
2007-10-10r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner1-1/+1
2007-10-10r8869: Get rid of a warning.Volker Lendecke1-1/+1
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-14/+7