summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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-10r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter1-14/+16
2007-10-10r11859: Another place where the SE_GROUP constants read better then "7".Günther Deschner1-1/+1
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 Allison2-135/+407
2007-10-10r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison2-1/+87
2007-10-10r11762: fix my build breakageGerald Carter1-1/+2
2007-10-10r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2-77/+94
2007-10-10r11760: fix sequential reads in the eventlog; event viewer is behaving better...Gerald Carter1-81/+105
2007-10-10r11617: fix typoGerald Carter1-1/+1
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-1/+4
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-3/+3
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-10r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter1-34/+33
2007-10-10r11292: Missed merge from Samba 2.2 many years ago....Gerald Carter1-5/+0
2007-10-10r11240: * fix invalid read reported by valgrind in theGerald Carter1-68/+34
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough1-0/+20
2007-10-10r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memoryGerald Carter1-3/+1
2007-10-10r11170: root free pass on eventlog open access checkGerald Carter1-0/+7
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison4-27/+26
2007-10-10r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...Gerald Carter1-6/+15
2007-10-10r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter1-1/+13
2007-10-10r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter1-1/+5
2007-10-10r11060: merging new eventlog code from trunkGerald Carter2-507/+469
2007-10-10r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...Gerald Carter1-18/+5
2007-10-10r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough1-0/+29
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter3-6/+4
2007-10-10r10795: Fix code before decl error.Jeremy Allison1-1/+2
2007-10-10r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2-19/+20
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter5-647/+1229
2007-10-10r10724: Got a little ahead of myself...Jeremy Allison1-1/+0
2007-10-10r10722: Remove unused BOOL in struct dcinfo.Jeremy Allison1-0/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter17-2424/+3403
2007-10-10r10585: variation of fix in trunk for root-free-pass in registry access checksGerald Carter1-3/+2
2007-10-10r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison1-8/+2
2007-10-10r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter2-17/+12
2007-10-10r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter2-1/+17
2007-10-10r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and loc...Gerald Carter1-8/+32
2007-10-10r9945: fix typos.Günther Deschner1-1/+1
2007-10-10r9788: more compiler warnings from Jason MaderGerald Carter1-2/+2
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach2-5/+0
2007-10-10r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter1-2/+10
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2-202/+130
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-10r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter1-4/+1
2007-10-10r9275: Remove some dead code. Bugzilla #2982.Tim Potter1-3/+0