summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-26(merge from 3.0)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-13sync HEAD with recent changes in 3.0Gerald Carter1-3/+14
2004-01-09fix some warnings from the Sun compiler; also merge some of abartlet's error ...Gerald Carter1-1/+1
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+2
2004-01-05(merge from 3.0)Andrew 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
2003-12-07Merge from 3.0:Andrew Bartlett1-0/+6
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter1-46/+81
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-3/+5
2003-11-23Merge from 3.0:Andrew Bartlett1-9/+6
2003-11-22(merge from 3.0)Andrew Bartlett1-3/+15
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter1-135/+44
2003-11-07* only install swat html files onceGerald Carter1-3/+17
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.com>Jeremy Allison1-1/+36
2003-09-29Merge from 3.0:Tim Potter1-14/+9
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-4/+4
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-17/+95
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-17/+17
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-83/+129
2003-05-16Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison1-1/+14
2003-05-12Fix compiler warnings.Jeremy Allison1-1/+0
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-1/+1
2003-04-29This is a nice rewrite:Simo Sorce1-20/+6
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-57/+12
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-22/+27
2003-04-22wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter1-0/+5
2003-04-02THE Idmap patch :-)Simo Sorce1-1/+1
2003-03-21Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett1-12/+38
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-10/+10
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-4/+4
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-4/+4
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-1/+1
2003-01-01Move our password change code along a little - use NTSTATUS, and implmenetAndrew Bartlett1-3/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-20Spelling fix.Tim Potter1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-9/+7
2002-11-08Make it easier to track things down here - add some debugs on failure.Andrew Bartlett1-0/+2
2002-10-23Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison1-0/+3
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+1
2002-10-21Same segfault as in add_groupmem.Volker Lendecke1-5/+10
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-9/+9
2002-10-19This fixes some bugs for NT4 usrmgr.exeVolker Lendecke1-7/+21
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-8/+9
2002-10-08Third part of my fix for usrmgr. Assuming automagic mappingVolker Lendecke1-1/+1
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-44/+44
2002-09-30Second part of my fix -- incorrect merge.Volker Lendecke1-1/+1