r13192: Fix up alignment issues when printing share mode
[ira/wip.git] / source3 / rpc_parse /
2007-10-10 Alexander Bokovoyr12935: After discussion with Volker fix bug #3397...
2007-10-10 Gerald Carterr12914: adding query/set ops for security descriptors...
2007-10-10 Gerald Carterr12176: fix type mismatch after rpc structure change...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Günther Deschnerr11964: rename flag to password_properties in SAM_UNK_I...
2007-10-10 Günther Deschnerr11963: add rpccli_samr_chgpasswd3 from samba4.
2007-10-10 Günther Deschnerr11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX...
2007-10-10 Günther Deschnerr11856: Replace unknown1 with group_attr.
2007-10-10 Günther Deschnerr11853: Add Dsr_GetSiteName (handy for experimenting...
2007-10-10 Günther Deschnerr11852: Fill in samr_get_dom_pwinfo based on Samba4.
2007-10-10 Jeremy Allisonr11793: Fix the SAMR cache so it works across completel...
2007-10-10 Jeremy Allisonr11769: Looking at a performance problem enumerating...
2007-10-10 Gerald Carterr11760: fix sequential reads in the eventlog; event...
2007-10-10 Volker Lendecker11706: Implement dsr_getdcname client code. It's handy...
2007-10-10 Jeremy Allisonr11446: Remove unused fn. Remove unneeded strncpy use.
2007-10-10 Gerald Carterr11332: eventlog API uses NTSTATUS, not WERROR for...
2007-10-10 Volker Lendecker11326: Fix alignment in getdc response
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Günther Deschnerr10782: Only parse the group rid_array in net_user_info...
2007-10-10 Gerald Carterr10781: merging eventlog and svcctl code from trunk
2007-10-10 Jelmer Vernooijr10720: Add helper function that does prs alignment...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10432: BUG 3080: fix 'net rpc shutdown' for XP clients
2007-10-10 Gerald Carterr10278: more fixes for bug 3080. Ensure the length...
2007-10-10 Gerald Carterr10243: fix net rpc shutdown (missing alignments and...
2007-10-10 Günther Deschnerr10205: fix obvious typo in the NET_USER_INFO_3 parsing
2007-10-10 Jeremy Allisonr9935: Make it easier to find overruns.
2007-10-10 Gerald Carterr9893: fix REG_CREATE_KEY_EX parsing error caused by...
2007-10-10 James Peachr9780: Clean up a bunch of compiler warnings.
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Gerald Carterr9660: real fix for group enumeration bug in 3.0.20...
2007-10-10 Gerald Carterr9593: fix enumerated group name (should be full name...
2007-10-10 Gerald Carterr9086: * fix invalid read in parse_spoolss when writing...
2007-10-10 Gerald Carterr8956: fix segfault caused by trying to parse a UNISTR2
2007-10-10 Gerald Carterr8899: various compiler warning fixes reported by Jason...
2007-10-10 Volker Lendecker8869: Get rid of a warning.
2007-10-10 Jeremy Allisonr8805: Merge a duplicate struct. Get ready to support...
2007-10-10 Tim Potterr8597: Use UNI_STR_TERMINATE (an enum value) instead...
2007-10-10 Jeremy Allisonr8564: Sometimes we're too dumb to live... Fix samr...
2007-10-10 Jeremy Allisonr8553: Another compile warning fix from jason@ncac...
2007-10-10 Gerald Carterr8507: BUG 2557: don't give and rpc fault when you...
2007-10-10 Günther Deschnerr8398: Fix segfault in the client addprinterex-call...
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7908: * change REGISTRY_HOOK api to use const (fix...
2007-10-10 Gerald Carterr7890: * add Reg[SG]etKeySec() server stubs
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr7880: fix a typo and memleak on failures cases (patch...
2007-10-10 Gerald Carterr7878: mostly just a rename of REG_INFO to REG_QUERY_VA...
2007-10-10 Gerald Carterr7839: remove C++ style comment
2007-10-10 Gerald Carterr7789: fix overparanoid assert() call when checking...
2007-10-10 Jeremy Allisonr7696: Don't try and be clever and read an 8 byte int...
2007-10-10 Gerald Carterr7691: * add .gdbinit to the svn:ignore files
2007-10-10 Gerald Carterr7664: add access check hooks to _reg_open_entry which...
2007-10-10 Gerald Carterr7649: * fix compile breakage (sorry, should have done...
2007-10-10 Gerald Carterr7645: adding server stubs for RegCreateKey() and RegSe...
2007-10-10 Gerald Carterr7563: svcctl patches from Marcin; have cleaned up...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Günther Deschnerr7391: - Added client-support for various lsa_query_tru...
2007-10-10 Jeremy Allisonr7385: Rewrite the RPC bind parsing functions to follow...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr6995: * fixing segfault when writing out registry...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Gerald Carterr6683: remove log messages about unknown specversions...
2007-10-10 Gerald Carterr6680: event log patches from Marcin
2007-10-10 Gerald Carterr6601: fixing query and set alias info calls (level...
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Gerald Carterr6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab...
2007-10-10 Volker Lendecker6445: Make us survive the PARANOID_MALLOC_CHECKER...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Gerald Carterr6243: Yes. I *will* hate myself in the morning for...
2007-10-10 Gerald Carterr6232: more cleanups; remove BUFFER3; rename BUFFER4...
2007-10-10 Gerald Carterr6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
2007-10-10 Gerald Carterr6218: * fix a segv in EnumPrinters():rpc_buffer_alloc...
2007-10-10 Gerald Carterr6071: * clean up UNISTR2_ARRAY ( really just an array...
2007-10-10 Gerald Carterr6046: $ net -S block -U % -W VALE rpc service status...
2007-10-10 Gerald Carterr6038: adding more flesh to 'net rpc service'
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Simo Sorcer6004: Let's make server manager able to kill a user...
2007-10-10 Gerald Carterr5946: BUG 2497: fix bug in rpcclient's deletedriverex...
2007-10-10 Gerald Carterr5809: try to catch NULL pointers during developerment...
2007-10-10 Gerald Carterr5808: removing unneeded structure field from RPC_BUFFER
2007-10-10 Gerald Carterr5805: merging spoolss parsing changes from trunk and...
2007-10-10 Gerald Carterr5726: merge LsaLookupPrivValue() code from trunk
2007-10-10 Jim McDonoughr5580: Fix "net rpc trustdom add". Much closer to...
2007-10-10 Andrew Bartlettr5536: Avoid intermediate copy of NT and LM responses...
2007-10-10 Günther Deschnerr5262: Fix server_role in the samr_query_dom_info calls...
2007-10-10 Volker Lendecker5125: Fix bug 2113 -- thanks to jason@ncac.gwu.edu
2007-10-10 Volker Lendecker4946: Our notion the other_sids in the info3 SamLogon...
2007-10-10 Jeremy Allisonr4875: Fix for bugid #221, inspired by Mrinal Kalakrish...
2007-10-10 Günther Deschnerr4868: Add "net rpc user RENAME"-command.
2007-10-10 Gerald Carterr4746: add server support for lsa_enum_acct_rights...
2007-10-10 Gerald Carterr4742: add server support for lsa_add/remove_account_ri...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Gerald Carterr4668: allow the caller to invoke init_unistr2() with...
2007-10-10 Jeremy Allisonr4656: Convert the winreg pipe to use WERROR returns...
2007-10-10 Jeremy Allisonr4601: Removed any use of the MAX_XXX_STR style definit...
2007-10-10 Günther Deschnerr4336: Apply some other samba4 SAMR idl that is just...
2007-10-10 Günther Deschnerr4331: Implement SAMR query_dom_info-call info-level...
2007-10-10 Günther Deschnerr4287: Vampire SAM_DELTA_DOMAIN_INFO.
2007-10-10 Günther Deschnerr4286: Give back 8 byte lm_session_key in Netrsamlogon...
next