summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-256/+656
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-72/+87
* Added JF's fix for max_entries being 0.Jeremy Allison2001-07-061-0/+15
* Syncup getting ready for release.Jeremy Allison2001-07-061-57/+338
* removed include line (rpc_client_proto.h) as it no longerGerald Carter2001-04-091-1/+0
* rpc_parse/parse_samr.c: Removed erroneous debug 0.Jeremy Allison2001-03-131-2/+0
* Changing user passwords from a Win2k client now works to a Samba PDC. Thanks ...Jeremy Allison2001-03-101-2/+1
* More SGI compiler warning fixes.Jeremy Allison2001-03-091-7/+7
* Fixed extra 2 byte incorrect parse in SETUSERINFO_24 that was preventingJeremy Allison2001-03-081-3/+0
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-7/+7
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-2/+0
* Fixes for uninitialized memory reads in user enumeration lists.Jeremy Allison2001-02-241-0/+12
* Fixed up the join W2K client to a domain code. We're back with the functionalityJeremy Allison2001-02-241-6/+16
* fixed samr_lookup_rids() ... ... ...Jean-François Micouleau2001-02-231-18/+30
* In my prs_align() hunting I missed one, oops ! A rather big one !Jean-François Micouleau2001-02-231-2/+0
* passdb/smbpass.c: do substitution of account's info.Jean-François Micouleau2001-02-231-202/+70
* querydispinfo at level 3 is enumerating domain groups.Jean-François Micouleau2001-02-221-6/+3
* off by one lenght name in samr_querydispinfo and show also the gecosJean-François Micouleau2001-02-221-6/+3
* fixed a bunch of stuff. USRMGR.exe works back.Jean-François Micouleau2001-02-221-3/+16
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-2124/+4161
* Fixup missing return tests on code imported from tng.Jeremy Allison2001-02-131-93/+105
* Sync up with appliance-head.Jeremy Allison2001-01-151-35/+31
* Sync-up with HEAD.Jean-François Micouleau2000-12-151-11/+14
* Fixes merged back from HEAD.Jeremy Allison2000-12-021-19/+16
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-32/+36
* get rid of compiler warningsHerb Lewis2000-10-111-1/+0
* Syncup with HEAD.Jeremy Allison2000-10-101-26/+678
* casts to get rid of compiler warningsHerb Lewis2000-10-041-1/+1
* Added JF's samr adduser changes.Jeremy Allison2000-09-281-8/+9
* 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