summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-69/+84
2007-10-10r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and loc...Gerald Carter1-8/+32
2007-10-10r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter1-1/+1
2007-10-10r9594: return the mapped name in enum_dom_groups()Gerald Carter1-1/+1
2007-10-10r9275: Remove some dead code. Bugzilla #2982.Tim Potter1-3/+0
2007-10-10r9098: fix another usrmgr.exe crash when viewing user properties at debugleve...Gerald Carter1-1/+1
2007-10-10r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to listGünther Deschner1-2/+4
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison1-35/+35
2007-10-10r7836: Fix the bug where users show up as trusting domains.Volker Lendecke1-9/+22
2007-10-10r7581: fix bad mergeGerald Carter1-2/+0
2007-10-10r7578: use global well known DOM_SID objects when possibleGerald Carter1-9/+6
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-20/+0
2007-10-10r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke1-1/+1
2007-10-10r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to alias_s...Gerald Carter1-0/+5
2007-10-10r6601: fixing query and set alias info calls (level 1 from theGerald Carter1-12/+15
2007-10-10r6566: fix a couple of local group bugs.Gerald Carter1-7/+8
2007-10-10r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter1-2/+4
2007-10-10r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke1-580/+238
2007-10-10r6282: Before converting enum_dom_groups, better get the previous version a bitVolker Lendecke1-5/+13
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-3/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-27/+10
2007-10-10r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough1-45/+17
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-3/+3
2007-10-10r5950: more compiler warning's from Jason MaderGerald Carter1-4/+2
2007-10-10r5943: remove unneccessary se_priv_copy()Gerald Carter1-3/+1
2007-10-10r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke1-0/+2
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke1-3/+4
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke1-11/+26
2007-10-10r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke1-38/+14
2007-10-10r5419: Fix some unitialized variable warningsVolker Lendecke1-3/+3
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-29/+29
2007-10-10r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner1-2/+2
2007-10-10r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner1-6/+23
2007-10-10r5205: more fixups for BUG 2291Gerald Carter1-27/+30
2007-10-10r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter1-8/+18
2007-10-10r5180: Call the "add machine script" to create all kinds of trust accountsGünther Deschner1-1/+1
2007-10-10r5150: consolidate the samr_make.*obj_sd() functions to share codeGerald Carter1-157/+41
2007-10-10r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter1-4/+4
2007-10-10r5028: * check acb_info mask in _samr_create_user instead of the last characterGerald Carter1-36/+21
2007-10-10r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter1-336/+407
2007-10-10r4972: Fix a warning and some debugging-outputs.Günther Deschner1-1/+1
2007-10-10r4931: Add get_user_info_7 in SAMR. This just gives out the username. (InGünther Deschner1-0/+42
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-29/+30
2007-10-10r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...Gerald Carter1-1/+4
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-100/+258
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-7/+13
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-3/+6
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-2/+2
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-22/+22