summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (aTim Potter1-1/+1
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison1-44/+44
2007-10-10r8553: Another compile warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...Gerald Carter1-0/+16
2007-10-10r8398: Fix segfault in the client addprinterex-call. Found with "net rpcGünther Deschner1-1/+2
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-6/+6
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-5/+0
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter1-4/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2-15/+15
2007-10-10r7880: fix a typo and memleak on failures cases (patch from marcin)Gerald Carter1-3/+3
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter1-7/+7
2007-10-10r7839: remove C++ style commentGerald Carter1-1/+0
2007-10-10r7789: fix overparanoid assert() call when checking spolss buffer pointersGerald Carter1-6/+12
2007-10-10r7696: Don't try and be clever and read an 8 byte int and 3 pad bytesJeremy Allison1-2/+2
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-5/+3
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-16/+1
2007-10-10r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter1-7/+7
2007-10-10r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter1-8/+8
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2-2/+174
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+26
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-1/+345
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-30/+71
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-336/+564
2007-10-10r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter1-0/+10
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter2-65/+49
2007-10-10r6683: remove log messages about unknown specversions since I think we are fa...Gerald Carter1-19/+0
2007-10-10r6680: event log patches from MarcinGerald Carter1-1/+1
2007-10-10r6601: fixing query and set alias info calls (level 1 from theGerald Carter1-52/+35
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-5/+1
2007-10-10r6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab.de>; allocate memory f...Gerald Carter1-1/+2
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-1/+3