index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
Age
Commit message (
Expand
)
Author
Files
Lines
1999-11-22
moved two more commands over to getopt.
Luke Leighton
2
-22
/
+32
1999-11-22
okay :) all cmd_() functions now take int argc, char **argv :) that
Luke Leighton
12
-267
/
+307
1999-11-21
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
1
-0
/
+3
1999-11-21
moving create user function into msrpc_samr.c
Luke Leighton
1
-51
/
+6
1999-11-20
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1
-934
/
+0
1999-11-19
added \PIPE\browser plus experimental brsinfo command. you wouldn't
Luke Leighton
2
-0
/
+102
1999-11-18
responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the
Luke Leighton
1
-2
/
+10
1999-11-18
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
2
-0
/
+162
1999-11-18
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
1
-22
/
+22
1999-11-18
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
2
-0
/
+92
1999-11-16
oops, mistake in parsing command-arguments. repeated calls to
Luke Leighton
1
-1
/
+1
1999-11-15
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
2
-0
/
+143
1999-11-09
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
3
-9
/
+373
1999-11-09
riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]
Luke Leighton
1
-1
/
+1
1999-11-08
const feeding frenzy
Luke Leighton
7
-354
/
+417
1999-11-08
const feeding frenzy
Luke Leighton
1
-69
/
+71
1999-11-06
added command-completion printer enum code.
Luke Leighton
2
-17
/
+82
1999-11-06
fixed string function for reading in printer_info_N.
Luke Leighton
2
-5
/
+203
1999-11-06
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
3
-3
/
+49
1999-11-06
spoolss openprinterex / closeprinter client-code.
Luke Leighton
2
-10
/
+94
1999-11-05
experimental spoolss rpcclient commands
Luke Leighton
1
-1
/
+17
1999-11-04
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1
-6
/
+54
1999-11-04
adding experimental set user password command to rpcclient, it returns
Luke Leighton
6
-27
/
+207
1999-11-03
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1
-47
/
+56
1999-11-03
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
1
-0
/
+2
1999-11-02
added samalias <aliasname> rpcclient command (shows info on alias)
Luke Leighton
2
-14
/
+256
1999-11-02
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1
-5
/
+0
1999-11-02
yet another attempt to get lsaquerysecret working.
Luke Leighton
1
-2
/
+2
1999-11-01
added lsaenumdomains command.
Luke Leighton
2
-3
/
+75
1999-11-01
rewrote rpcclient enumaliases command.
Luke Leighton
2
-130
/
+346
1999-11-01
added rpcclient svcstop <service name> command. gnu readline
Luke Leighton
2
-1
/
+67
1999-11-01
Fixed typo which was preventing the omission of seconds in the 'at' command.
Matthew Chapman
1
-1
/
+1
1999-10-31
added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...
Luke Leighton
2
-0
/
+78
1999-10-31
command-line completion for new svcinfo command
Luke Leighton
2
-7
/
+48
1999-10-31
added svcinfo <service name> command.
Luke Leighton
2
-56
/
+156
1999-10-30
connection info level renamed to transport info level
Luke Leighton
1
-1
/
+1
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
4
-2
/
+180
1999-10-30
general, drastic improvements to rpcclient.
Luke Leighton
3
-869
/
+1452
1999-10-29
messing with command-line completion. it sort-of works to be able
Luke Leighton
2
-27
/
+104
1999-10-29
added gnu readline command-line completion to the regenum command.
Luke Leighton
2
-60
/
+172
1999-10-29
rpcclient regenum key client code rewritten to use higher order functions.
Luke Leighton
2
-102
/
+185
1999-10-29
rewrite rpcclient sam enum user code to use higher order functions.
Luke Leighton
1
-68
/
+123
1999-10-29
using #defines for function prototypes
Luke Leighton
1
-24
/
+24
1999-10-29
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
2
-36
/
+135
1999-10-29
using higher-order-function in enum groups as a test. makes it really
Luke Leighton
1
-13
/
+27
1999-10-28
restructuring sam enum dom groups code to do multiple calls to
Luke Leighton
1
-18
/
+25
1999-10-28
restructuring samr client code.
Luke Leighton
1
-111
/
+144
1999-10-28
removed samr_* variables from info struct.
Luke Leighton
1
-182
/
+203
1999-10-28
rewrote samr enum groups code a bit.
Luke Leighton
1
-28
/
+41
1999-10-27
no CLIX, no !HAVE_READLINE blah blah. argh.
Luke Leighton
1
-5
/
+5
[prev]
[next]