summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison1-2/+296
2007-10-10r13455: Prepare to add lookupnames2.Jeremy Allison2-11/+165
2007-10-10r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison1-2/+241
2007-10-10r13445: We already made the decision whether to include the dominfo andGünther Deschner1-9/+7
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-29/+41
2007-10-10r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison2-2/+2
2007-10-10r13433: Get ready to implement NET_SAM_LOGON_EX.Jeremy Allison1-0/+102
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison1-1/+0
2007-10-10r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison1-6/+8
2007-10-10r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison1-0/+38
2007-10-10r13386: Fix parsing of SAMR_Q_CONNECT_ANON.Jeremy Allison1-5/+6
2007-10-10r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke1-2/+4
2007-10-10r13316: Let the carnage begin....Gerald Carter6-357/+2747
2007-10-10r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy1-0/+42
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter1-0/+103
2007-10-10r12176: fix type mismatch after rpc structure change in rpc_svcctl.hGerald Carter1-1/+1
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2-1/+30
2007-10-10r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner1-3/+3
2007-10-10r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner1-1/+167
2007-10-10r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.Günther Deschner1-0/+42
2007-10-10r11856: Replace unknown1 with group_attr.Günther Deschner1-4/+4
2007-10-10r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).Günther Deschner1-0/+72
2007-10-10r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner1-6/+2
2007-10-10r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison1-9/+9
2007-10-10r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison1-1/+111
2007-10-10r11760: fix sequential reads in the eventlog; event viewer is behaving better...Gerald Carter1-1/+1
2007-10-10r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke1-0/+236
2007-10-10r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison1-26/+0
2007-10-10r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter1-6/+6
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 Allison3-4/+4
2007-10-10r10782: Only parse the group rid_array in net_user_info3() when num_group is ...Günther Deschner1-8/+20
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter2-1/+5
2007-10-10r10720: Add helper function that does prs alignment on a specified number of ...Jelmer Vernooij1-0/+18
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter13-691/+881
2007-10-10r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter2-2/+4
2007-10-10r10278: more fixes for bug 3080. Ensure the length on the message string is ...Gerald Carter2-0/+13
2007-10-10r10243: fix net rpc shutdown (missing alignments and sending an invalid UNIST...Gerald Carter2-5/+20
2007-10-10r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner1-1/+1
2007-10-10r9935: Make it easier to find overruns.Jeremy Allison1-2/+4
2007-10-10r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter1-10/+9
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-1/+0
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-23/+1
2007-10-10r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter1-1/+1
2007-10-10r9593: fix enumerated group name (should be full name (i.e. mapped name) and ...Gerald Carter1-1/+1
2007-10-10r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter1-6/+24
2007-10-10r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter1-1/+3
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-1/+1
2007-10-10r8869: Get rid of a warning.Volker Lendecke1-1/+1
2007-10-10r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison1-45/+29