summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-021-4/+193
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-5/+0
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-128/+277
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-738/+954
* rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1999-10-291-68/+123
* using #defines for function prototypesLuke Leighton1999-10-291-24/+24
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-31/+57
* using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1999-10-291-13/+27
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-281-18/+25
* restructuring samr client code.Luke Leighton1999-10-281-111/+144
* removed samr_* variables from info struct.Luke Leighton1999-10-281-182/+203
* rewrote samr enum groups code a bit.Luke Leighton1999-10-281-28/+41
* created samr_query_groupmem() function from existing code.Luke Leighton1999-10-261-24/+73
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-25/+23
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-11/+11