summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_samr_nt.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-22/+36
* starting to sync up for beta3Gerald Carter2003-07-161-38/+64
* starting to sync for 3.0beta2Gerald Carter2003-07-011-37/+64
* working on creating the 3.0 release treeGerald Carter2003-06-061-8/+1
* Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison2003-05-161-1/+14
* Fix compiler warnings.Jeremy Allison2003-05-121-1/+0
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-1/+1
* This is a nice rewrite:Simo Sorce2003-04-291-20/+6
* Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett2003-04-291-57/+12
* only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-22/+27
* wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter2003-04-221-0/+5
* THE Idmap patch :-)Simo Sorce2003-04-021-1/+1
* Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett2003-03-211-12/+38
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-171-10/+10
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-4/+4
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-4/+4
* small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-1/+1
* Move our password change code along a little - use NTSTATUS, and implmenetAndrew Bartlett2003-01-011-3/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Spelling fix.Tim Potter2002-11-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-9/+7
* Make it easier to track things down here - add some debugs on failure.Andrew Bartlett2002-11-081-0/+2
* Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
* Debug level 12 is a typo.Jeremy Allison2002-10-231-2/+2
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-1/+1
* Same segfault as in add_groupmem.Volker Lendecke2002-10-211-5/+10
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-9/+9
* This fixes some bugs for NT4 usrmgr.exeVolker Lendecke2002-10-191-7/+21
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-8/+9
* Third part of my fix for usrmgr. Assuming automagic mappingVolker Lendecke2002-10-081-1/+1
* try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-061-44/+44
* Second part of my fix -- incorrect merge.Volker Lendecke2002-09-301-1/+1
* We have to hand out info on Builtin here as well. They are stored inVolker Lendecke2002-09-291-1/+1
* Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2002-09-261-4/+15
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-261-2/+2
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-231-4/+8
* trivial comment fixVolker Lendecke2002-09-191-2/+2
* Only cache the user list on the SAMR handle for a particularAndrew Bartlett2002-09-041-6/+24
* Add a fix for 'query_disp_info level 2', which should return all machines inAndrew Bartlett2002-08-301-19/+21
* Removed some misleading comment.Volker Lendecke2002-08-301-2/+0
* Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij2002-08-291-40/+0
* add proto for forward referenceHerb Lewis2002-08-281-0/+1
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-3/+1
* Return access granted in create_user2.Tim Potter2002-08-161-3/+1
* Return the error if get_group_domain_entries() fails.Andrew Bartlett2002-08-161-1/+3
* Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter2002-08-151-1/+4
* Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough2002-08-061-4/+56
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-3/+1
* More use of intermediate variables to avoid issues with pointer size and casts.Andrew Bartlett2002-07-211-9/+27
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-9/+26