summaryrefslogtreecommitdiff
path: root/source3/rpcclient/display.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell1-26/+40
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-4/+4
2000-06-23just enough to get rpcclient to compile. Look for #if 0Gerald Carter1-3/+3
2000-01-16use GET_DENY_MODE() macro instead of the bit shiftAndrew Tridgell1-3/+2
2000-01-16a consequence of the access_table() fixes is that we can't treatAndrew Tridgell1-0/+2
1999-12-17more files from 2.0.6Andrew Tridgell1-0/+1324
1999-12-01split display.c into modules.Luke Leighton1-3106/+0
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-289/+403
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-0/+238
1999-11-08const feeding frenzyLuke Leighton1-180/+182
1999-11-08const feeding frenzyLuke Leighton1-69/+71
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-0/+194
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+2
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-2/+69
1999-10-30connection info level renamed to transport info levelLuke Leighton1-1/+1
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+111
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-3/+5
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-5/+78
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-1/+1
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-0/+82
1999-08-18display of session enum infoLuke Leighton1-0/+196
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-3/+3
1999-07-22BDC support.Matthew Chapman1-5/+8
1999-07-21BDC support.Luke Leighton1-0/+88
1999-05-03last part of RPC api change.Jean-François Micouleau1-0/+76
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-2/+2
1999-04-23New rpcclient command "at" for NT scheduler control, a slightly improvedMatthew Chapman1-0/+166
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+1
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-3/+3
1999-02-16bitmap to stringsLuke Leighton1-16/+14
1999-02-15Always null-terminate strings.Matthew Chapman1-34/+34
1999-02-12Cut and paste error.Matthew Chapman1-9/+9
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-35/+84
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-25/+25
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-0/+56
1999-01-27Service Control Manager - service enumeration.Luke Leighton1-0/+24
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-53/+191
1998-11-29weekend work. user / group database API.Luke Leighton1-0/+44
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-9/+9
1998-11-12security descriptors.Luke Leighton1-12/+18
1998-11-11oops!Luke Leighton1-11/+13
1998-11-11clearing up security descriptorLuke Leighton1-1/+1
1998-11-10include/local.h:Jeremy Allison1-2/+1
1998-11-10rpcclient registry commands.Luke Leighton1-6/+369
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-52/+52
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-0/+1013