summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_samr.c
Commit message (Expand)AuthorAgeFilesLines
* General clean up. Merge of access_mask fixes for some unknown fields fromTim Potter2001-01-111-27/+24
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-11/+14
* alignment issues.Jean-François Micouleau2000-11-291-26/+23
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-59/+62
* last part of W2K support.Jean-François Micouleau2000-10-131-32/+36
* changes to sync with 2.2. treeHerb Lewis2000-10-111-1/+0
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-3/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-26/+680
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-5/+6
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-271-3/+3
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-2/+2
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-3/+1
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-77/+325
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+6
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-171-4/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-4617/+1925
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-34/+0
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+1
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-8/+11
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-2/+2
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-0/+20
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2
* - surprise! the number of UNICODE strings that didn't have alignmentLuke Leighton1999-11-191-0/+20
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-3/+158
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-1/+2
* added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-15/+7
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+160
* const feeding frenzyLuke Leighton1999-11-081-9/+10
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-57/+190
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-14/+31
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-42/+83
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-3/+4
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-54/+56
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-28/+32
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-1/+76
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-26/+94
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-9/+77
* initialising enum dom users mem and account name ptrs to NULL.Luke Leighton1999-10-181-0/+3
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-423/+838
* splitting dom info into sam_query_dominfo functionLuke Leighton1999-10-011-2/+3
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-4/+46
* alignment needed after unicode string names in password change.Luke Leighton1999-05-061-0/+3
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-291-4/+37
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-251-0/+49
* SAM database "set user info".Luke Leighton1999-03-251-13/+313
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-34/+34
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-12/+21