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