Apply my experimental aliases support to HEAD. This will be a bit difficult to
[samba.git] / source / rpc_server / srv_samr_nt.c
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-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-17 Volker LendeckeAlso set alias info for builtins.
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-01-26 Andrew Bartlett(merge from 3.0)
2004-01-15 Gerald CarterBug 381: check builtin (not local) group SID. Patch...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-09 Gerald Carterfix some warnings from the Sun compiler; also merge...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
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-07 Andrew BartlettMerge from 3.0:
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-23 Andrew BartlettMerge from 3.0:
2003-11-22 Andrew Bartlett(merge from 3.0)
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 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-16 Jeremy AllisonPatch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to...
2003-05-12 Jeremy AllisonFix compiler warnings.
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Andrew BartlettMerge 3.0's change to how we add users onto HEAD, inclu...
2003-04-29 Gerald Carteronly call the add_script if the getpwnam_alloc() fails
2003-04-22 Gerald Carterwrap pdb_enum_group_mapping() in [un]become_root()...
2003-04-02 Simo SorceTHE Idmap patch :-)
2003-03-21 Andrew BartlettGive volker a hand, and let domain joins with existing...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
2003-01-01 Andrew BartlettMove our password change code along a little - use...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-20 Tim PotterSpelling fix.
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-08 Andrew BartlettMake it easier to track things down here - add some...
2002-10-23 Jeremy AllisonReverted a fix from Volker (sorry). We need to move...
2002-10-23 Jeremy AllisonDebug level 12 is a typo.
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-21 Volker LendeckeSame segfault as in add_groupmem.
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-19 Volker LendeckeThis fixes some bugs for NT4 usrmgr.exe
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-10-08 Volker LendeckeThird part of my fix for usrmgr. Assuming automagic...
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-09-30 Volker LendeckeSecond part of my fix -- incorrect merge.
2002-09-29 Volker LendeckeWe have to hand out info on Builtin here as well. They...
2002-09-26 Andrew BartlettPatch from "Kai Krueger" <kai@kruegernetz.de> to get...
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-23 Volker LendeckeOk, getting a bit more ambitious. Stop me, if this...
2002-09-19 Volker Lendecketrivial comment fix
2002-09-04 Andrew BartlettOnly cache the user list on the SAMR handle for a parti...
2002-08-30 Andrew BartlettAdd a fix for 'query_disp_info level 2', which should...
2002-08-30 Volker LendeckeRemoved some misleading comment.
2002-08-29 Jelmer VernooijMove samr_make_sam_obj_sd to lib/util_seaccess.c. samte...
2002-08-28 Herb Lewisadd proto for forward reference
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-08-16 Tim PotterReturn access granted in create_user2.
2002-08-16 Andrew BartlettReturn the error if get_group_domain_entries() fails.
2002-08-15 Tim PotterRename unknown_0 field in create_user2 reply in the...
2002-08-06 Jim McDonoughAdd SAMR 0x3e, which is samr_connect4. Seems to be...
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-21 Andrew BartlettMore use of intermediate variables to avoid issues...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-05 Tim PotterRemove C++ comments.
2002-07-04 Andrew BartlettMore code from "Kai Krueger" <kai@kruegernetz.de>,...
2002-07-04 Andrew BartlettPatch to add security descriptors to the SAMR pipe.
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-06-25 Andrew BartlettI'm going to try and check this against Win2k shortly...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-09 Andrew BartlettThis (hopefully) fixes a bug reported by Kai Krueger...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-04 Andrew BartlettUpdate the SAMR pipe for more use of NTSTATUS and to...
2002-06-03 Tim PotterRestrict anonymous checks for the SAMR pipe. This...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-04-11 Andrew BartlettMuch better support for both non-algorithic RIDs (where...
2002-03-29 Jeremy AllisonDon't core dump listing thousands of users in usrmgr.
2002-03-21 Andrew BartlettMake sure to initaliase SAM_ACCOUNT pointers to NULL...
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo Sorcemore verbose checking in talloc and util_pw
2002-03-10 Andrew Tridgellreturn the correct SID and domain name for the samr...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettAdd the become_root()/unbecome_root() wrapper around...
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
next