summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-3/+37
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+35
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-0/+64
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison1-0/+5
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-0/+31
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-80/+49
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-34/+121
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-1910/+592
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+1
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-1/+9
2001-01-31Missing sys_endpwent() call in get_passwd_entries()Tim Potter1-1/+1
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-6/+6
2001-01-11RPC server fixes for RPC client changes merged from TNG.Tim Potter1-2/+4
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-1/+1
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-1/+1
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-31/+10
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-156/+123
2000-10-13last part of W2K support.Jean-François Micouleau1-5/+9
2000-10-11changes to sync with 2.2. treeHerb Lewis1-2/+2
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-12/+55
2000-10-09I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau1-2/+2
2000-10-07more cleanup of samrJean-François Micouleau1-62/+65
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-171/+516
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-2/+2
2000-09-28Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison1-1/+11
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau1-16/+55
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau1-49/+28
2000-08-18fixed initialization errors (again!) I must have forgot toGerald Carter1-0/+6
2000-08-16fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter1-1/+5
2000-08-15Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter1-4/+1
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-2/+2
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-1/+1
2000-07-13Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter1-0/+21
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter1-16/+16
2000-06-16Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter1-1/+3
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-38/+84
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-2/+4
2000-05-16Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison1-173/+361
2000-05-12fixed two uninitialised variablesAndrew Tridgell1-2/+1
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-0/+5
2000-04-16got rid of FILE* in the unix name mapping codeAndrew Tridgell1-8/+8
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-25/+22
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-67/+1
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17