summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner2007-10-101-1/+1
* r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison2007-10-102-3/+127
* r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.Jeremy Allison2007-10-101-1/+4
* r11927: No users or groups to return in BUILTIN domain.Jeremy Allison2007-10-101-0/+14
* r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"Jeremy Allison2007-10-101-25/+51
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2007-10-101-8/+0
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2007-10-101-2/+2
* r11921: samr_open_domain can only open "our" domain and BUILTIN.Volker Lendecke2007-10-101-0/+5
* r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2007-10-101-5/+25
* r11918: Remove two unused variablesVolker Lendecke2007-10-101-2/+0
* r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.Volker Lendecke2007-10-102-29/+29
* r11915: Remove unused extern declarationsVolker Lendecke2007-10-101-4/+0
* r11898: Add a missing become_root().Volker Lendecke2007-10-101-0/+7
* r11865: The only way to stop multiple LDAP searches is to agressively cacheJeremy Allison2007-10-101-30/+36
* r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter2007-10-101-14/+16
* r11859: Another place where the SE_GROUP constants read better then "7".Günther Deschner2007-10-101-1/+1
* r11856: Replace unknown1 with group_attr.Günther Deschner2007-10-101-1/+1
* r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison2007-10-102-135/+407
* r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison2007-10-102-1/+87
* r11762: fix my build breakageGerald Carter2007-10-101-1/+2
* r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2007-10-102-77/+94
* r11760: fix sequential reads in the eventlog; event viewer is behaving better...Gerald Carter2007-10-101-81/+105
* r11617: fix typoGerald Carter2007-10-101-1/+1
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-1/+4
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-3/+3
* r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison2007-10-101-1/+1
* r11433: Fix for bug #3223 - ensure we're root before doingJeremy Allison2007-10-101-5/+53
* r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter2007-10-101-34/+33
* r11292: Missed merge from Samba 2.2 many years ago....Gerald Carter2007-10-101-5/+0
* r11240: * fix invalid read reported by valgrind in theGerald Carter2007-10-101-68/+34
* r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough2007-10-101-0/+20
* r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memoryGerald Carter2007-10-101-3/+1
* r11170: root free pass on eventlog open access checkGerald Carter2007-10-101-0/+7
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-104-27/+26
* r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...Gerald Carter2007-10-101-6/+15
* r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter2007-10-101-1/+13
* r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter2007-10-101-1/+5
* r11060: merging new eventlog code from trunkGerald Carter2007-10-102-507/+469
* r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...Gerald Carter2007-10-101-18/+5
* r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2007-10-101-0/+29
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-103-6/+4
* r10795: Fix code before decl error.Jeremy Allison2007-10-101-1/+2
* r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2007-10-102-19/+20
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-105-647/+1229
* r10724: Got a little ahead of myself...Jeremy Allison2007-10-101-1/+0
* r10722: Remove unused BOOL in struct dcinfo.Jeremy Allison2007-10-101-0/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-1017-2424/+3403
* r10585: variation of fix in trunk for root-free-pass in registry access checksGerald Carter2007-10-101-3/+2
* r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison2007-10-101-8/+2
* r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter2007-10-102-17/+12