r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
[kai/samba-autobuild/.git] / source / rpc_server / srv_samr_nt.c
2007-10-10 Jeremy Allisonr16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16646: Fix bug #3888 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr16544: Fix bug #3864 reported by jason@ncac.gwu.edu.
2007-10-10 Volker Lendecker16409: Fix Klocwork ID's.
2007-10-10 Volker Lendecker16065: Re-add a strlower_m(account) in samr_create_use...
2007-10-10 Volker Lendecker16060: This is one of the more dirty patches I've...
2007-10-10 Günther Deschnerr15455: Add rpccli_samr_query_dom_info2() and return...
2007-10-10 Günther Deschnerr15454: As testing, documentation and samba4 idl indica...
2007-10-10 Günther Deschnerr15452: Again purely cosmetic reformat of the samr...
2007-10-10 Günther Deschnerr15442: Add some more client rpc for the querydominfo...
2007-10-10 Günther Deschnerr15438: Fix samrQueryDomainInfo level 5 where we return...
2007-10-10 Günther Deschnerr14646: Adding samr querygroup infolevels 2 & 5.
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Jeremy Allisonr13778: When deleting machine accounts it's the SeMachi...
2007-10-10 Simo Sorcer13715: Put back the code that actually modify the...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13511: Fix bug in the samr dispinfo enumeration code.
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Günther Deschnerr13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Jeremy Allisonr13399: Get closer to passing RPC-SCHANNEL test.
2007-10-10 Jeremy Allisonr13396: Add in userinfo26, re-enable userinfo25 - took...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Simo Sorcer13138: old fix I forgot to commit
2007-10-10 Alexander Bokovoyr12935: After discussion with Volker fix bug #3397...
2007-10-10 Gerald Carterr12262: * patch from Brian Moran to fix segv in eventlo...
2007-10-10 Volker Lendecker12133: Fix an uninitialized variable in new code in...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
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 Jeremy Allisonr11927: No users or groups to return in BUILTIN domain.
2007-10-10 Jeremy Allisonr11924: Added Volkers's (C) to srv_samr_nt.c, removed...
2007-10-10 Volker Lendecker11923: Add samr_lookup_rids for the builtin domain...
2007-10-10 Volker Lendecker11922: Looks bigger than it is: There's no point in...
2007-10-10 Volker Lendecker11921: samr_open_domain can only open "our" domain...
2007-10-10 Volker Lendecker11919: The generic mappings in srv_samr_nt.c are only...
2007-10-10 Volker Lendecker11918: Remove two unused variables
2007-10-10 Volker Lendecker11915: Remove unused extern declarations
2007-10-10 Volker Lendecker11898: Add a missing become_root().
2007-10-10 Jeremy Allisonr11865: The only way to stop multiple LDAP searches...
2007-10-10 Günther Deschnerr11856: Replace unknown1 with group_attr.
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 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr11433: Fix for bug #3223 - ensure we're root before...
2007-10-10 Jim McDonoughr11236: Implement user rename for smbpasswd and ldap...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jim McDonoughr10911: part of #2861: add rename support for usrmgr...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9956: Ensure accounts with the SeAddUsersPrivilege...
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 Potterr9275: Remove some dead code. Bugzilla #2982.
2007-10-10 Gerald Carterr9098: fix another usrmgr.exe crash when viewing user...
2007-10-10 Günther Deschnerr8971: Fix querydispinfo (still need to look at enumdom...
2007-10-10 Jeremy Allisonr8564: Sometimes we're too dumb to live... Fix samr...
2007-10-10 Volker Lendecker7836: Fix the bug where users show up as trusting...
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 Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Volker Lendecker6772: Fix a valgrind error for samr_open_alias uncover...
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 Gerald Carterr6566: fix a couple of local group bugs.
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 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Jim McDonoughr5965: Apply Volker's patch for "ldapsam trusted =...
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Gerald Carterr5950: more compiler warning's from Jason Mader
2007-10-10 Gerald Carterr5943: remove unneccessary se_priv_copy()
2007-10-10 Volker Lendecker5647: Caches are good for performance, but you get...
2007-10-10 Volker Lendecker5471: In cli_samr_lookup_rids, flags is not a flags...
2007-10-10 Volker Lendecker5469: Fix error codes of samr_lookup_rids: There's...
2007-10-10 Volker Lendecker5467: Optimize _samr_query_groupmem with LDAP backend...
2007-10-10 Volker Lendecker5419: Fix some unitialized variable warnings
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr5264: Log with loglevel 0 when account-administration...
2007-10-10 Günther Deschnerr5262: Fix server_role in the samr_query_dom_info calls...
2007-10-10 Gerald Carterr5205: more fixups for BUG 2291
2007-10-10 Gerald Carterr5203: additional changes for BUG 2291 to restrict...
2007-10-10 Günther Deschnerr5180: Call the "add machine script" to create all...
2007-10-10 Gerald Carterr5150: consolidate the samr_make.*obj_sd() functions...
2007-10-10 Gerald Carterr5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask...
2007-10-10 Gerald Carterr5028: * check acb_info mask in _samr_create_user inste...
2007-10-10 Gerald Carterr5015: (based on abartlet's original patch to restrict...
2007-10-10 Günther Deschnerr4972: Fix a warning and some debugging-outputs.
2007-10-10 Günther Deschnerr4931: Add get_user_info_7 in SAMR. This just gives...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Gerald Carterr4871: BUG 603: patch by Daniel Beschorner <db@unit...
2007-10-10 Gerald Carterr4849: * finish SeAddUsers support in srv_samr_nt.c
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
next