summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy2006-01-141-0/+42
* r12914: adding query/set ops for security descriptors on services.Gerald Carter2006-01-131-0/+103
* r12176: fix type mismatch after rpc structure change in rpc_svcctl.hGerald Carter2005-12-111-1/+1
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2005-12-032-1/+30
* r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner2005-11-291-3/+3
* r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner2005-11-291-1/+167
* r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.Günther Deschner2005-11-221-0/+42
* r11856: Replace unknown1 with group_attr.Günther Deschner2005-11-221-4/+4
* r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).Günther Deschner2005-11-221-0/+72
* r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner2005-11-221-6/+2
* r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison2005-11-181-9/+9
* r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison2005-11-171-1/+111
* r11760: fix sequential reads in the eventlog; event viewer is behaving better...Gerald Carter2005-11-171-1/+1
* r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke2005-11-131-0/+236
* r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison2005-11-011-26/+0
* r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter2005-10-271-6/+6
* r11326: Fix alignment in getdc responseVolker Lendecke2005-10-271-0/+3
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-183-4/+4
* r10782: Only parse the group rid_array in net_user_info3() when num_group is ...Günther Deschner2005-10-061-8/+20
* r10781: merging eventlog and svcctl code from trunkGerald Carter2005-10-062-1/+5
* r10720: Add helper function that does prs alignment on a specified number of ...Jelmer Vernooij2005-10-041-0/+18
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-3013-691/+881
* r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter2005-09-222-2/+4
* r10278: more fixes for bug 3080. Ensure the length on the message string is ...Gerald Carter2005-09-162-0/+13
* r10243: fix net rpc shutdown (missing alignments and sending an invalid UNIST...Gerald Carter2005-09-152-5/+20
* r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner2005-09-131-1/+1
* r9935: Make it easier to find overruns.Jeremy Allison2005-09-021-2/+4
* r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter2005-09-011-10/+9
* r9780: Clean up a bunch of compiler warnings.James Peach2005-08-301-1/+0
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-291-23/+1
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter2005-08-261-1/+1
* r9593: fix enumerated group name (should be full name (i.e. mapped name) and ...Gerald Carter2005-08-241-1/+1
* r9086: * fix invalid read in parse_spoolss when writing a devmode to Gerald Carter2005-08-051-6/+24
* r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter2005-08-021-1/+3
* r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter2005-08-011-1/+1
* r8869: Get rid of a warning.Volker Lendecke2005-07-311-1/+1
* r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2005-07-271-45/+29
* r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a Tim Potter2005-07-191-1/+1
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2005-07-191-44/+44
* r8553: Another compile warning fix from jason@ncac.gwu.edu.Jeremy Allison2005-07-181-1/+1
* r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...Gerald Carter2005-07-151-0/+16
* r8398: Fix segfault in the client addprinterex-call. Found with "net rpcGünther Deschner2005-07-121-1/+2
* r7995: * privileges are local except when they're *not*Gerald Carter2005-06-291-6/+6
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warning Gerald Carter2005-06-251-5/+0
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2005-06-241-4/+4
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-242-15/+15
* r7880: fix a typo and memleak on failures cases (patch from marcin)Gerald Carter2005-06-241-3/+3
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2005-06-241-7/+7
* r7839: remove C++ style commentGerald Carter2005-06-221-1/+0
* r7789: fix overparanoid assert() call when checking spolss buffer pointersGerald Carter2005-06-201-6/+12