summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Added JF's fix for max_entries being 0.Jeremy Allison2001-07-061-0/+15
* Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison2001-07-021-4/+64
* From JF....Jeremy Allison2001-06-291-27/+93
* Removed another silly static array.Tim Potter2001-06-291-5/+16
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-4/+134
* INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison2001-06-191-7/+2
* Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison2001-06-151-1/+1
* Add password length field to SAM_USER_INFO24 structure and fix initTim Potter2001-06-151-1/+9
* Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
* Reverted samr_io_userinfo_ctr() patch because it broke too much otherTim Potter2001-05-101-11/+5
* So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passedTim Potter2001-05-091-5/+11
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-9/+12
* iinit_samr_q_lookup_rids() didn't actually copy the rids into theTim Potter2001-05-081-0/+2
* Renamed unknown field to access mask in open alias parsing functions.Tim Potter2001-05-041-6/+3
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2001-03-131-2/+0
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2168/+4112
* Fixup missing tests on code imported from tng.Jeremy Allison2001-02-131-93/+105
* 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