r13679: Commiting the rm_primary_group.patch posted on samba-technical
[jra/samba/.git] / source3 / rpc_server /
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13622: Allow to rename machine accounts in a Samba...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13557: (Hopefully) get the creds store/restore key...
2007-10-10 Jeremy Allisonr13556: Ensure that any potential creds operation are...
2007-10-10 Jeremy Allisonr13553: Fix all our warnings at -O6 on an x86_64 box.
2007-10-10 Jeremy Allisonr13552: Make sure we're using the same name to load...
2007-10-10 Jeremy Allisonr13548: Always use the get_remote_macinhe_name() as...
2007-10-10 Gerald Carterr13547: add earlier checks to deny deleting a printer...
2007-10-10 Volker Lendecker13544: -O1 janitor work :-)
2007-10-10 Jeremy Allisonr13539: Add 128 bit creds processing client and server...
2007-10-10 Jeremy Allisonr13521: Implement LOOKUPNAME3 and 4.
2007-10-10 Jeremy Allisonr13519: Fix the credentials chaining across netlogon...
2007-10-10 Gerald Carterr13511: Fix bug in the samr dispinfo enumeration code.
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Jeremy Allisonr13458: Add parsing functions - but stub internals...
2007-10-10 Jeremy Allisonr13456: Add lsa_lookup_names2.
2007-10-10 Jeremy Allisonr13455: Prepare to add lookupnames2.
2007-10-10 Jeremy Allisonr13449: Ensure we don't crash if no dc struct on pipe.
2007-10-10 Jeremy Allisonr13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.
2007-10-10 Günther Deschnerr13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Jeremy Allisonr13439: Fix NET_SAM_LOGON_EX.
2007-10-10 Jeremy Allisonr13436: Add in NET_SAM_LOGON_EX. Still needs testing.
2007-10-10 Jeremy Allisonr13434: Add stub for NET_SAM_LOGON_EX.
2007-10-10 Jeremy Allisonr13407: Change the credentials code to be more like...
2007-10-10 Jeremy Allisonr13399: Get closer to passing RPC-SCHANNEL test.
2007-10-10 Jeremy Allisonr13396: Add in userinfo26, re-enable userinfo25 - took...
2007-10-10 Gerald Carterr13393: Do not initialize the lp_svcctl_list() value...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr13176: Fix show-stopper bug for 3.0.21b where 4 leg...
2007-10-10 Jeremy Allisonr13147: Raise creds_server_step fail log messages to...
2007-10-10 Simo Sorcer13138: old fix I forgot to commit
2007-10-10 Gerald Carterr13086: hooking max connections into 'add share' as...
2007-10-10 Gerald Carterr13085: hook the max connections spin box in the share...
2007-10-10 Gerald Carterr13082: revert an accidentally commited patch (still...
2007-10-10 Gerald Carterr13081: correct fix for the segv in nmbd caused by...
2007-10-10 Alexander Bokovoyr12935: After discussion with Volker fix bug #3397...
2007-10-10 Gerald Carterr12916: use rpcstr_pull() instead of unistr_to_ascii...
2007-10-10 Gerald Carterr12915: protect against changing the SCM security descr...
2007-10-10 Gerald Carterr12914: adding query/set ops for security descriptors...
2007-10-10 Gerald Carterr12262: * patch from Brian Moran to fix segv in eventlo...
2007-10-10 Gerald Carterr12224: adding more characters to the invalid share...
2007-10-10 Gerald Carterr12177: last of outstanding patches in my queue to...
2007-10-10 Gerald Carterr12173: doing some service control work
2007-10-10 Volker Lendecker12163: Change lookup_sid and lookup_name to return...
2007-10-10 Volker Lendecker12133: Fix an uninitialized variable in new code in...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Günther Deschnerr11964: rename flag to password_properties in SAM_UNK_I...
2007-10-10 Jeremy Allisonr11950: If we got a connection oriented cancel pdu...
2007-10-10 Jeremy Allisonr11936: Fix bug in returning remote time found by Thoma...
2007-10-10 Jeremy Allisonr11927: No users or groups to return in BUILTIN domain.
2007-10-10 Jeremy Allisonr11924: Added Volkers's (C) to srv_samr_nt.c, removed...
2007-10-10 Volker Lendecker11923: Add samr_lookup_rids for the builtin domain...
2007-10-10 Volker Lendecker11922: Looks bigger than it is: There's no point in...
2007-10-10 Volker Lendecker11921: samr_open_domain can only open "our" domain...
2007-10-10 Volker Lendecker11919: The generic mappings in srv_samr_nt.c are only...
2007-10-10 Volker Lendecker11918: Remove two unused variables
2007-10-10 Volker Lendecker11917: Move nt_token_to_group_list to srv_netlog_nt...
2007-10-10 Volker Lendecker11915: Remove unused extern declarations
2007-10-10 Volker Lendecker11898: Add a missing become_root().
2007-10-10 Jeremy Allisonr11865: The only way to stop multiple LDAP searches...
2007-10-10 Gerald Carterr11860: BUG 3156: don't use find_service() when explici...
2007-10-10 Günther Deschnerr11859: Another place where the SE_GROUP constants...
2007-10-10 Günther Deschnerr11856: Replace unknown1 with group_attr.
2007-10-10 Jeremy Allisonr11793: Fix the SAMR cache so it works across completel...
2007-10-10 Jeremy Allisonr11769: Looking at a performance problem enumerating...
2007-10-10 Gerald Carterr11762: fix my build breakage
2007-10-10 Gerald Carterr11761: * fix clearing of event logs by truncating...
2007-10-10 Gerald Carterr11760: fix sequential reads in the eventlog; event...
2007-10-10 Gerald Carterr11617: fix typo
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr11433: Fix for bug #3223 - ensure we're root before...
2007-10-10 Gerald Carterr11332: eventlog API uses NTSTATUS, not WERROR for...
2007-10-10 Gerald Carterr11292: Missed merge from Samba 2.2 many years ago....
2007-10-10 Gerald Carterr11240: * fix invalid read reported by valgrind in the
2007-10-10 Jim McDonoughr11236: Implement user rename for smbpasswd and ldap...
2007-10-10 Gerald Carterr11235: fix segfault in addprinter due to mixing talloc...
2007-10-10 Gerald Carterr11170: root free pass on eventlog open access check
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr11135: should fix seg fault in addprinter code reporte...
2007-10-10 Gerald Carterr11072: add routines for converting REG_MULTI_SZ to...
2007-10-10 Gerald Carterr11069: make sure to zero memory when allocating a...
2007-10-10 Gerald Carterr11060: merging new eventlog code from trunk
2007-10-10 Gerald Carterr11054: patch from Brian Moran; fix error code return...
2007-10-10 Jim McDonoughr10911: part of #2861: add rename support for usrmgr...
2007-10-10 Gerald Carterr10819: merging a couple of fixes from trunk
2007-10-10 Jeremy Allisonr10795: Fix code before decl error.
2007-10-10 Jeremy Allisonr10792: Fix the "schannel not stored across client...
2007-10-10 Gerald Carterr10781: merging eventlog and svcctl code from trunk
2007-10-10 Jeremy Allisonr10724: Got a little ahead of myself...
2007-10-10 Jeremy Allisonr10722: Remove unused BOOL in struct dcinfo.
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10585: variation of fix in trunk for root-free-pass...
next