summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13316: Let the carnage begin....Gerald Carter9-733/+1129
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison6-32/+32
2007-10-10r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGOJeremy Allison1-1/+24
2007-10-10r13147: Raise creds_server_step fail log messages to debug level 2.Jeremy Allison1-3/+3
2007-10-10r13138: old fix I forgot to commitSimo Sorce1-2/+5
2007-10-10r13086: hooking max connections into 'add share' as well (although the WinXP ...Gerald Carter1-6/+13
2007-10-10r13085: hook the max connections spin box in the share properties MMC pluginGerald Carter1-10/+16
2007-10-10r13082: revert an accidentally commited patch (still in progress)Gerald Carter1-11/+8
2007-10-10r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter1-8/+11
2007-10-10r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy1-2/+51
2007-10-10r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...Gerald Carter1-7/+3
2007-10-10r12915: protect against changing the SCM security descriptorGerald Carter1-0/+5
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter2-1/+143
2007-10-10r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter1-0/+2
2007-10-10r12224: adding more characters to the invalid share name stringGerald Carter1-1/+1
2007-10-10r12177: last of outstanding patches in my queue to deal with MMC.Gerald Carter1-5/+41
2007-10-10r12173: doing some service control workGerald Carter1-1/+12
2007-10-10r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke1-3/+4
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 Lendecke2-114/+153
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison6-38/+42
2007-10-10r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner1-1/+1
2007-10-10r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison2-3/+127
2007-10-10r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.Jeremy Allison1-1/+4
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-10r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.Volker Lendecke2-29/+29
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