summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+88
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
* Added queryaliasmem function.Tim Potter2001-05-041-4/+104
* Added cmd_samr_enum_dom_groups() function.Tim Potter2001-05-041-2/+86
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-28/+62
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-4/+4
* Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter2001-03-281-2/+2
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-9/+28
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-0/+1
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-90/+76
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-24/+393
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-111-643/+47
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-231-0/+6
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-3/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-2057/+308
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-2/+2
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+1
* improved enumdomains added -i option.Luke Leighton1999-12-021-11/+17
* make sure domain and name to generate trust account .mac file are upper case.Luke Leighton1999-12-011-0/+3
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-4/+4
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-4/+51
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-2/+3
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-1/+1
* split display.c into modules.Luke Leighton1999-12-011-2/+2
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-18/+13
* enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1999-11-271-6/+43
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-248/+127
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-242/+129
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-2/+3
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-11/+3
* oops, freed argc,argv arguments twice.Luke Leighton1999-11-231-2/+0
* adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+78
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-185/+230
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-0/+3
* moving create user function into msrpc_samr.cLuke Leighton1999-11-211-51/+6
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-934/+0
* responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1999-11-181-2/+10
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-0/+156
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+137
* riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]Luke Leighton1999-11-091-1/+1
* const feeding frenzyLuke Leighton1999-11-081-165/+169
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-2/+2
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+54
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+170