r10656: BIG merge from trunk. Features not copied over
[ira/wip.git] / source3 / rpc_server /
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10585: variation of fix in trunk for root-free-pass...
2007-10-10 Jeremy Allisonr10269: Server-side fix for creds change - revert jcmd...
2007-10-10 Gerald Carterr10264: reverse order of 'root free pass' checks in...
2007-10-10 Gerald Carterr10221: add "free pass for root" in svcctl and default...
2007-10-10 Gerald Carterr9956: Ensure accounts with the SeAddUsersPrivilege...
2007-10-10 Günther Deschnerr9945: fix typos.
2007-10-10 Gerald Carterr9788: more compiler warnings from Jason Mader
2007-10-10 James Peachr9780: Clean up a bunch of compiler warnings.
2007-10-10 Gerald Carterr9752: figured out why talloc_steal() is a bad idea...
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 Carterr9594: return the mapped name in enum_dom_groups()
2007-10-10 Tim Potterr9276: Fix another unused variable warning. Bugzilla...
2007-10-10 Tim Potterr9275: Remove some dead code. Bugzilla #2982.
2007-10-10 Gerald Carterr9264: fix valgrind invalid write error in enumprinterd...
2007-10-10 Jim McDonoughr9261: Fix #2976: windows member servers wouldn't alloc...
2007-10-10 Jim McDonoughr9242: Fix my fix for #2953. I'd moved too much code...
2007-10-10 Günther Deschnerr9229: merge from trunk:
2007-10-10 Gerald Carterr9195: setting log level to 2 instead of 0
2007-10-10 Gerald Carterr9194: do not enumerate privileges when they are not...
2007-10-10 Gerald Carterr9114: removing gratuitous debug messages
2007-10-10 Jim McDonoughr9112: Fix #2953 - credentials chain on DC gets out...
2007-10-10 Gerald Carterr9098: fix another usrmgr.exe crash when viewing user...
2007-10-10 Jeremy Allisonr9080: If we don't understand the auth, bind nak not...
2007-10-10 Günther Deschnerr9021: Fix smbd-crash bug in openprinter (found by...
2007-10-10 Günther Deschnerr8971: Fix querydispinfo (still need to look at enumdom...
2007-10-10 Jeremy Allisonr8959: Make msdfs code talloc based. Fix leaks.
2007-10-10 Jeremy Allisonr8950: Fix one more mem leak found by Gunther.
2007-10-10 Gerald Carterr8943: Fix segfault in enum_service_status
2007-10-10 Tim Potterr8941: Fix unused variable warning. Bugzilla #2940.
2007-10-10 Gerald Carterr8916: should fix the valgrind invalid read of size...
2007-10-10 Tim Potterr8894: Fix a warning. Bugzilla #2939.
2007-10-10 Jeremy Allisonr8805: Merge a duplicate struct. Get ready to support...
2007-10-10 Jeremy Allisonr8617: Be very explicit if addprinterex is called that...
2007-10-10 Tim Potterr8573: Fix set but not used warning in srvsvc server...
2007-10-10 Jeremy Allisonr8564: Sometimes we're too dumb to live... Fix samr...
2007-10-10 Gerald Carterr8501: * disable printer handle object cache (was mostl...
2007-10-10 Jim McDonoughr8432: Fix #2077 - login to trusted domain doesn't...
2007-10-10 Gerald Carterr8326: factor out the delete printer code to a delete_p...
2007-10-10 Gerald Carterr8324: * initial cut at creating printers via the regis...
2007-10-10 Gerald Carterr8322: * get RegSetValue() working for printer subkey...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Gerald Carterr8066: * had to modify the printer data storage slightl...
2007-10-10 Gerald Carterr8027: driver information is now back via winreg
2007-10-10 Günther Deschnerr8019: Better give a hint that we are failing share...
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7987: map generic bits to specific bits in open requests
2007-10-10 Jeremy Allisonr7981: MS-DFS tidyup patches from James Peach <jpeach...
2007-10-10 Gerald Carterr7938: * move the hardcoded registry value names from...
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 Volker Lendecker7836: Fix the bug where users show up as trusting...
2007-10-10 Jeremy Allisonr7708: Hint from Luke Howard (thanks Luke). Ensure...
2007-10-10 Gerald Carterr7698: * clean upserver frontend for RegDeleteKey()
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 Carterr7648: adding REGISTRY_HOOK->reg_access_check() for...
2007-10-10 Gerald Carterr7647: add access checks to the top level hive open...
2007-10-10 Gerald Carterr7645: adding server stubs for RegCreateKey() and RegSe...
2007-10-10 Gerald Carterr7624: * removed unmatched tdb_lock_by_string() call...
2007-10-10 Gerald Carterr7614: convert move_driver_to_download_area() to return...
2007-10-10 Gerald Carterr7613: small changes to _svcctl_open_service() and...
2007-10-10 Gerald Carterr7610: can successfully stop and start the 'spooler...
2007-10-10 Günther Deschnerr7606: add WERR_NET_NAME_NOT_FOUND. This is what window...
2007-10-10 Gerald Carterr7603: * fix a bug in the SERVICE_ALL_ACCESS security...
2007-10-10 Gerald Carterr7595: start trying to split out the svcctl functions...
2007-10-10 Gerald Carterr7583: * more rearranging and renaming of functions
2007-10-10 Gerald Carterr7581: fix bad merge
2007-10-10 Gerald Carterr7578: use global well known DOM_SID objects when possible
2007-10-10 Gerald Carterr7576: implement access checks for open_scm and open_se...
2007-10-10 Gerald Carterr7573: you can't make an omlette without break a few...
2007-10-10 Gerald Carterr7563: svcctl patches from Marcin; have cleaned up...
2007-10-10 Gerald Carterr7547: removing unused fields in the REGISTRY_KEY struc...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Jeremy Allisonr7385: Rewrite the RPC bind parsing functions to follow...
2007-10-10 Volker Lendecker7217: Only allow schannel connections if a successful...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Jeremy Allisonr6890: Refactor printing interface to take offset into...
2007-10-10 Volker Lendecker6772: Fix a valgrind error for samr_open_alias uncover...
2007-10-10 Gerald Carterr6680: event log patches from Marcin
2007-10-10 Gerald Carterr6679: BUG 2684: abartlett's patch for check the per...
2007-10-10 Gerald Carterr6642: BUG 2686: shouold fix the group_setinfo() failur...
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 Carterr6566: fix a couple of local group bugs.
2007-10-10 Volker Lendecker6536: Jeremy, did you actually test this part of revis...
2007-10-10 Gerald Carterr6421: use add machine script when creating a user...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Volker Lendecker6282: Before converting enum_dom_groups, better get...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
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 Herb Lewisr6225: get rid of warnings from my compiler about neste...
next