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