summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-0/+5
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-0/+31
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-80/+49
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-34/+121
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-1910/+592
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-1/+1
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+9
* Missing sys_endpwent() call in get_passwd_entries()Tim Potter2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-6/+6
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-111-2/+4
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-2/+9
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-31/+10
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-156/+123
* last part of W2K support.Jean-François Micouleau2000-10-131-5/+9
* changes to sync with 2.2. treeHerb Lewis2000-10-111-2/+2
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-12/+55
* I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau2000-10-091-2/+2
* more cleanup of samrJean-François Micouleau2000-10-071-62/+65
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-171/+516
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-2/+2
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-281-1/+11
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-16/+55
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-271-49/+28
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-1/+1
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-16/+16
* Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter2000-06-161-1/+3
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-38/+84
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+4
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-173/+361
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-2/+1
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+5
* got rid of FILE* in the unix name mapping codeAndrew Tridgell2000-04-161-8/+8
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-25/+22
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-67/+1
* disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
* disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+24
* Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1946/+490
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-44/+42
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-70/+70
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2