summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5150: consolidate the samr_make.*obj_sd() functions to share codeGerald Carter1-157/+41
2007-10-10r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter1-4/+4
2007-10-10r5028: * check acb_info mask in _samr_create_user instead of the last characterGerald Carter1-36/+21
2007-10-10r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter1-336/+407
2007-10-10r4972: Fix a warning and some debugging-outputs.Günther Deschner1-1/+1
2007-10-10r4931: Add get_user_info_7 in SAMR. This just gives out the username. (InGünther Deschner1-0/+42
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-29/+30
2007-10-10r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...Gerald Carter1-1/+4
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-100/+258
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-7/+13
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-3/+6
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-2/+2
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-22/+22
2007-10-10r4646: Allow Account Lockout with Lockout Duration "forever" (until adminGünther Deschner1-3/+9
2007-10-10r4579: small changes to allow the members og the Domain Admins group on the S...Gerald Carter1-64/+134
2007-10-10r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well.Günther Deschner1-0/+3
2007-10-10r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner1-3/+13
2007-10-10r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner1-0/+3
2007-10-10r4222: Always compile before commit...Volker Lendecke1-1/+1
2007-10-10r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains aVolker Lendecke1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-44/+37
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke1-5/+44
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke1-44/+35
2007-10-10r2481: Patch from Igor Belyi <sambauser@katehok.ac93.org>. Ensure pdbJeremy Allison1-8/+9
2007-10-10r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ...Jeremy Allison1-1/+11
2007-10-10r2331: check password script code and example from trunkSimo Sorce1-2/+2
2007-10-10r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....Volker Lendecke1-3/+0
2007-10-10r805: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j...Jeremy Allison1-5/+1
2007-10-10r229: Don't list domain groups from BUILTIN.Volker Lendecke1-0/+7
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-2/+5
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-271/+180
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-03more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough1-2/+2
2004-02-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke1-1/+1
2004-02-25Do the query part of the previous fix...reset time and duration are set in mi...Jim McDonough1-2/+2
2004-02-25reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough1-2/+2
2004-02-17Be able to set alias info for builtin as well.Volker Lendecke1-1/+2
2004-02-17In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke1-1/+6
2004-02-16Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.Volker Lendecke1-7/+3
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-3/+14
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-2/+2
2004-01-15Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...Gerald Carter1-1/+1
2004-01-14revert the cracklib changes until post 3.0.2Gerald Carter1-14/+3
2004-01-12First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett1-3/+14
2004-01-09fix some warnings from the Sun compilerGerald Carter1-1/+1
2004-01-02Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett1-2/+2
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-99/+50
2003-12-16make sure we delete the group mapping before calling the delete group script;...Gerald Carter1-2/+4
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter1-1/+6