r21563: Fix a memleak: We only need dispinfo structs for "our" and for the builtin
[kai/samba.git] / source / rpc_server / srv_samr_nt.c
2007-10-10 Volker Lendecker5469: Fix error codes of samr_lookup_rids: There's...
2007-10-10 Volker Lendecker5467: Optimize _samr_query_groupmem with LDAP backend...
2007-10-10 Volker Lendecker5419: Fix some unitialized variable warnings
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr5264: Log with loglevel 0 when account-administration...
2007-10-10 Günther Deschnerr5262: Fix server_role in the samr_query_dom_info calls...
2007-10-10 Gerald Carterr5205: more fixups for BUG 2291
2007-10-10 Gerald Carterr5203: additional changes for BUG 2291 to restrict...
2007-10-10 Günther Deschnerr5180: Call the "add machine script" to create all...
2007-10-10 Gerald Carterr5150: consolidate the samr_make.*obj_sd() functions...
2007-10-10 Gerald Carterr5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask...
2007-10-10 Gerald Carterr5028: * check acb_info mask in _samr_create_user inste...
2007-10-10 Gerald Carterr5015: (based on abartlet's original patch to restrict...
2007-10-10 Günther Deschnerr4972: Fix a warning and some debugging-outputs.
2007-10-10 Günther Deschnerr4931: Add get_user_info_7 in SAMR. This just gives...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Gerald Carterr4871: BUG 603: patch by Daniel Beschorner <db@unit...
2007-10-10 Gerald Carterr4849: * finish SeAddUsers support in srv_samr_nt.c
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
2007-10-10 Gerald Carterr4805: Last planned change to the privileges infrastruc...
2007-10-10 Gerald Carterr4736: small set of merges from rtunk to minimize the...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Günther Deschnerr4646: Allow Account Lockout with Lockout Duration...
2007-10-10 Gerald Carterr4579: small changes to allow the members og the Domain...
2007-10-10 Günther Deschnerr4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E...
2007-10-10 Günther Deschnerr4336: Apply some other samba4 SAMR idl that is just...
2007-10-10 Günther Deschnerr4331: Implement SAMR query_dom_info-call info-level...
2007-10-10 Volker Lendecker4222: Always compile before commit...
2007-10-10 Volker Lendecker4219: Fix samba3 samr "idl"... According to samba4...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
2007-10-10 Volker Lendecker3566: Completely replace the queryuseraliases call...
2007-10-10 Jeremy Allisonr2481: Patch from Igor Belyi <sambauser@katehok.ac93...
2007-10-10 Jeremy Allisonr2369: Fix from Richard Renard <rrenard@idealx.com...
2007-10-10 Simo Sorcer2331: check password script code and example from...
2007-10-10 Volker Lendecker2093: Fix for Bug 1416. This must have been a cut...
2007-10-10 Jeremy Allisonr805: Fix to stop smbd hanging on missing group member...
2007-10-10 Volker Lendecker229: Don't list domain groups from BUILTIN.
2007-10-10 Gerald Carterr196: merging struct uuid from trunk
2007-10-10 Volker Lendecker145: pdb_create_alias now returns NTSTATUS. More of...
2007-10-10 Gerald Carterr116: volker's patch for local group and group nesting
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-14 Volker LendeckeAdd and delete aliases via srv_samr_nt. For that I...
2004-03-13 Volker LendeckeMake alias membership maintainable via net rpc group...
2004-03-04 Volker LendeckeThere's a specific error message NT_STATUS_ALIAS_EXISTS.
2004-03-04 Volker LendeckeThere's a specific error message NT_STATUS_ALIAS_EXISTS.
2004-03-03 Jim McDonoughmore usrmgr fixes: display lockout timers in minutes...
2004-03-03 Jim McDonoughmore usrmgr fixes: display lockout timers in minutes...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-02-29 Volker LendeckeApply my experimental aliases support to HEAD. This...
2004-02-29 Volker Lendeckenet_rpc.c: Don't complain if [add|del]mem was successful.
2004-02-29 Volker Lendeckenet_rpc.c: Don't complain if [add|del]mem was successful.
2004-02-25 Jim McDonoughDo the query part of the previous fix...reset time...
2004-02-25 Jim McDonoughDo the query part of the previous fix...reset time...
2004-02-25 Jim McDonoughreset time and duration are set in minutes, not seconds...
2004-02-25 Jim McDonoughreset time and duration are set in minutes, not seconds...
2004-02-17 Volker LendeckeAlso set alias info for builtins.
2004-02-17 Volker LendeckeBe able to set alias info for builtin as well.
2004-02-17 Volker LendeckeIn samr_lookup_names Windows does not return WKN_GRP...
2004-02-17 Volker LendeckeIn samr_lookup_names Windows does not return WKN_GRP...
2004-02-16 Volker LendeckeCosmetic fix: use sid_is_in_our_domain.
2004-02-16 Volker LendeckeCosmetic fix: Use sid_is_in_our_domain instead of doing...
2004-02-02 Gerald Carterremerge andrew's cracklib patch from HEAD and fix a...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2004-01-15 Gerald CarterBug 381: check builtin (not local) group SID. Patch...
2004-01-15 Gerald CarterBug 381: check builtin (not local) group SID. Patch...
2004-01-14 Gerald Carterrevert the cracklib changes until post 3.0.2
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-12 Andrew BartlettFirst stab at cracklib support (password quality checki...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler; also merge...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-02 Andrew BartlettMatch Win2k, and return NT_STATUS_INVALID_PARAMETER
2004-01-02 Andrew BartlettJHT came up with a nasty (broken) torture case in prepa...
2003-12-16 Gerald Cartermake sure we delete the group mapping before calling...
2003-12-16 Gerald Cartermake sure we delete the group mapping before calling...
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-07 Andrew BartlettMerge from 3.0:
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-12-02 Andrew BartlettMatch Win2k and return 'invalid parameter' for creating...
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-23 Andrew BartlettMerge from 3.0:
2003-11-23 Andrew BartlettAdd server-side support for variable-length session...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-17 Gerald Carter* make sure we only enumerate group mapping entries
2003-11-17 Gerald Carter* make sure we only enumerate group mapping entries
2003-11-07 Gerald Carter* only install swat html files once
2003-11-07 Gerald Carter* only install swat html files once
2003-11-07 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-11-07 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-25 Jeremy AllisonFix for #480. Change the interface for init_unistr2...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
next