summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner1-0/+26
2007-10-10r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter1-1/+39
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-0/+12
2007-10-10r13778: When deleting machine accounts it's the SeMachineAccountPrivilegeJeremy Allison1-1/+9
2007-10-10r13715: Put back the code that actually modify the account,Simo Sorce1-0/+6
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-2/+2
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-10/+9
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-2/+36
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-36/+33
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-62/+62
2007-10-10r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter1-0/+11
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-424/+103
2007-10-10r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner1-1/+2
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-7/+98
2007-10-10r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison1-0/+5
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