summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client.Andrew Bartlett1-14/+0
2007-10-10r4946: Our notion the other_sids in the info3 SamLogon struct wasVolker Lendecke1-12/+33
2007-10-10r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner1-12/+34
2007-10-10r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner1-6/+20
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-32/+17
2007-10-10r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.Jeremy Allison1-5/+3
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-6/+61
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-3/+3
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+84
2004-01-07commiting jra's fix for Exchange clear test authGerald Carter1-1/+2
2003-12-29Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett1-0/+3
2003-12-05fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell1-4/+4
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-3/+8
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-68/+40
2003-09-08Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter1-6/+14
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-17/+2
2003-07-03well this was easy...Gerald Carter1-2/+18
2003-05-26This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter1-3/+3
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
2003-03-17Merge from HEAD:Andrew Bartlett1-11/+11
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-22/+26
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-14/+14
2003-02-02Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-46/+46
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-14/+17
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-117/+167
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+9
2002-03-02And a little more const.Andrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-17/+32
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+1
2001-12-18fixing bug I introduced.Jean-François Micouleau1-1/+1
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-5/+8
2001-12-12decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau1-0/+144
2001-12-12a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau1-39/+203
2001-12-06again an intrusive patch:Jean-François Micouleau1-26/+20
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-2/+7