summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison1-14/+36
2007-10-10r13316: Let the carnage begin....Gerald Carter1-126/+153
2007-10-10r13138: old fix I forgot to commitSimo Sorce1-2/+5
2007-10-10r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy1-2/+51
2007-10-10r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter1-0/+2
2007-10-10r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c.Volker Lendecke1-5/+8
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-60/+84
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-14/+18
2007-10-10r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner1-1/+1
2007-10-10r11927: No users or groups to return in BUILTIN domain.Jeremy Allison1-0/+14
2007-10-10r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"Jeremy Allison1-25/+51
2007-10-10r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke1-8/+0
2007-10-10r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke1-2/+2
2007-10-10r11921: samr_open_domain can only open "our" domain and BUILTIN.Volker Lendecke1-0/+5
2007-10-10r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke1-5/+25
2007-10-10r11918: Remove two unused variablesVolker Lendecke1-2/+0
2007-10-10r11915: Remove unused extern declarationsVolker Lendecke1-4/+0
2007-10-10r11898: Add a missing become_root().Volker Lendecke1-0/+7
2007-10-10r11865: The only way to stop multiple LDAP searches is to agressively cacheJeremy Allison1-30/+36
2007-10-10r11856: Replace unknown1 with group_attr.Günther Deschner1-1/+1
2007-10-10r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison1-125/+397
2007-10-10r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison1-0/+54
2007-10-10r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison1-1/+1
2007-10-10r11433: Fix for bug #3223 - ensure we're root before doingJeremy Allison1-5/+53
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough1-0/+20
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-8/+7
2007-10-10r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough1-0/+29
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