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