summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_samr.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
2000-01-17SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton1-4/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-4617/+1925
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-34/+0
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-1/+1
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton1-8/+11
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-2/+2
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-0/+20
1999-11-20dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1-0/+2
1999-11-19- surprise! the number of UNICODE strings that didn't have alignmentLuke Leighton1-0/+20
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-3/+158
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-1/+2
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-15/+7
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+160
1999-11-08const feeding frenzyLuke Leighton1-9/+10
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-57/+190
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-14/+31
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-42/+83
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-3/+4
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-54/+56
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-28/+32
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-1/+76
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-26/+94
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-9/+77
1999-10-18initialising enum dom users mem and account name ptrs to NULL.Luke Leighton1-0/+3
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-423/+838
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton1-2/+3
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-4/+46
1999-05-06alignment needed after unicode string names in password change.Luke Leighton1-0/+3
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1-4/+37
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1-0/+49
1999-03-25SAM database "set user info".Luke Leighton1-13/+313
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-34/+34
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-12/+21
1999-03-23If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1-4/+19
1999-03-21Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1-0/+1
1999-03-19added a "createuser" command.Luke Leighton1-0/+69
1999-03-18Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1-3/+3
1999-03-08- todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1-5/+3
1999-02-24Win9x user level security.Matthew Chapman1-249/+553
1999-02-19samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1-2/+2
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-2/+2
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-12/+9
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+65
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-3/+3
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-26/+91
1998-12-04added delete domain group and local group and delete domain group member.Luke Leighton1-1/+179
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-22/+20
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-28/+28