summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-1/+1
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-12/+3
2002-06-09This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett1-14/+6
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-20/+19
2002-06-04Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list ofAndrew Bartlett1-96/+141
2002-06-03Restrict anonymous checks for the SAMR pipe. This is done byTim Potter1-0/+27
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-76/+59
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-0/+18
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett1-2/+8
2002-04-11Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett1-15/+0
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison1-2/+2
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett1-3/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-10/+82
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-2/+42
2002-03-10return the correct SID and domain name for the samr enum_domain andAndrew Tridgell1-8/+30
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett1-1/+9
2002-01-20This is another *BIG* change...Andrew Bartlett1-44/+72
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-36/+3
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+3
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+14
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-25/+21
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison1-71/+85
2001-12-31last_enum not used.Jeremy Allison1-4/+0
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison1-6/+0
2001-12-21Removed unused variables.Jeremy Allison1-2/+0
2001-12-21The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison1-335/+0
2001-12-21added a copyright notice.Jean-François Micouleau1-1/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-71/+76
2001-12-21Fixup some DEBUG statements (0 -> 10).Jeremy Allison1-3/+3
2001-12-21Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). ThereJeremy Allison1-1/+1