summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_net.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-106/+4
* 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
* r10782: Only parse the group rid_array in net_user_info3() when num_group is ...Günther Deschner2007-10-101-8/+20
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-18/+36
* r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner2007-10-101-1/+1
* r8869: Get rid of a warning.Volker Lendecke2007-10-101-1/+1
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-14/+7
* r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client.Andrew Bartlett2007-10-101-14/+0
* r4946: Our notion the other_sids in the info3 SamLogon struct wasVolker Lendecke2007-10-101-12/+33
* r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner2007-10-101-12/+34
* r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner2007-10-101-6/+20
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-32/+17
* r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.Jeremy Allison2007-10-101-5/+3
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-6/+61
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-3/+3
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-021-0/+84
* commiting jra's fix for Exchange clear test authGerald Carter2004-01-071-1/+2
* Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett2003-12-291-0/+3
* fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell2003-12-051-4/+4
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+8
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-68/+40
* Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter2003-09-081-6/+14
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1