summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-29We have to hand out info on Builtin here as well. They are stored inVolker Lendecke1-1/+1
2002-09-26Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett1-4/+15
2002-09-26Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett1-2/+2
2002-09-23Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke1-4/+8
2002-09-19trivial comment fixVolker Lendecke1-2/+2
2002-09-04Only cache the user list on the SAMR handle for a particularAndrew Bartlett1-6/+24
2002-08-30Add a fix for 'query_disp_info level 2', which should return all machines inAndrew Bartlett1-19/+21
2002-08-30Removed some misleading comment.Volker Lendecke1-2/+0
2002-08-29Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij1-40/+0
2002-08-28add proto for forward referenceHerb Lewis1-0/+1
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-3/+1
2002-08-16Return access granted in create_user2.Tim Potter1-3/+1
2002-08-16Return the error if get_group_domain_entries() fails.Andrew Bartlett1-1/+3
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-1/+4
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough1-4/+56
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-3/+1
2002-07-21More use of intermediate variables to avoid issues with pointer size and casts.Andrew Bartlett1-9/+27
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-9/+26
2002-07-05Remove C++ comments.Tim Potter1-2/+2
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett1-0/+11
2002-07-04Patch to add security descriptors to the SAMR pipe.Andrew Bartlett1-121/+602
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett1-148/+111
2002-06-25I'm going to try and check this against Win2k shortly, but I'm certain thatAndrew Bartlett1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-0/+3