summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_samr_nt.c
Commit message (Expand)AuthorAgeFilesLines
* r24528: start syncing changes for 3.0.25cGerald Carter2007-08-171-0/+9
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-031-18/+37
* r22510: pull patches from SAMBA_3_0_25 and update release notes for 3.0.25rc3Gerald Carter2007-04-251-1/+6
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-1/+1
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-95/+225
* r17259: merging some changes that will be in a future 3.0.23b releaseGerald Carter2006-07-261-1/+7
* r17161: sync files from SAMBA_3_0_23 branchGerald Carter2006-07-201-7/+25
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-1/+1
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-5/+18
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-0/+54
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-133/+28
* r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2006-03-221-0/+26
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-221-1/+39
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-151-0/+12
* r13778: When deleting machine accounts it's the SeMachineAccountPrivilegeJeremy Allison2006-03-011-1/+9
* r13715: Put back the code that actually modify the account,Simo Sorce2006-02-271-0/+6
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-2/+2
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-241-10/+9
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2006-02-221-2/+36
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-211-36/+33
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-201-62/+62
* r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter2006-02-151-0/+11
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2006-02-131-424/+103
* r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner2006-02-101-1/+2
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2006-02-101-7/+98
* r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison2006-02-091-0/+5
* r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison2006-02-081-14/+36
* r13316: Let the carnage begin....Gerald Carter2006-02-031-126/+153
* r13138: old fix I forgot to commitSimo Sorce2006-01-251-2/+5
* r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy2006-01-141-2/+51
* r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter2005-12-151-0/+2
* r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c.Volker Lendecke2005-12-081-5/+8
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2005-12-031-60/+84
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2005-12-031-14/+18
* r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner2005-11-291-1/+1
* r11927: No users or groups to return in BUILTIN domain.Jeremy Allison2005-11-271-0/+14
* r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"Jeremy Allison2005-11-271-25/+51
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2005-11-261-8/+0
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2005-11-261-2/+2
* r11921: samr_open_domain can only open "our" domain and BUILTIN.Volker Lendecke2005-11-261-0/+5
* r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2005-11-261-5/+25
* r11918: Remove two unused variablesVolker Lendecke2005-11-261-2/+0
* r11915: Remove unused extern declarationsVolker Lendecke2005-11-261-4/+0
* r11898: Add a missing become_root().Volker Lendecke2005-11-251-0/+7
* r11865: The only way to stop multiple LDAP searches is to agressively cacheJeremy Allison2005-11-221-30/+36
* r11856: Replace unknown1 with group_attr.Günther Deschner2005-11-221-1/+1
* r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison2005-11-181-125/+397
* r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison2005-11-171-0/+54
* r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison2005-11-021-1/+1
* r11433: Fix for bug #3223 - ensure we're root before doingJeremy Allison2005-10-311-5/+53