index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
include
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1999-11-18
1
-2
/
+18
*
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
1999-11-18
1
-2
/
+2
*
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
1999-11-18
1
-4
/
+6
*
attempting to get nt5 wksta to join domain.
Luke Leighton
1999-11-16
1
-0
/
+1
*
added two new params: "trusted domains" and "trusting domains".
Luke Leighton
1999-11-16
1
-1
/
+10
*
added server-side samr enum domains. fixed some parsing issues, server-side.
Luke Leighton
1999-11-15
1
-0
/
+1
*
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
1999-11-15
1
-0
/
+18
*
- added DCE/RPC "fault" PDU support.
Luke Leighton
1999-11-15
1
-0
/
+5
*
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
1999-11-09
1
-7
/
+37
*
preparation for doing a spoolss enum jobs command. had to rewrite
Luke Leighton
1999-11-08
1
-0
/
+14
*
const feeding frenzy
Luke Leighton
1999-11-08
1
-154
/
+170
*
added command-completion printer enum code.
Luke Leighton
1999-11-06
1
-1
/
+6
*
fixed string function for reading in printer_info_N.
Luke Leighton
1999-11-06
1
-0
/
+10
*
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
1999-11-06
1
-5
/
+22
*
spoolss openprinterex / closeprinter client-code.
Luke Leighton
1999-11-06
1
-13
/
+13
*
experimental spoolss rpcclient commands
Luke Leighton
1999-11-05
1
-12
/
+40
*
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1999-11-04
1
-6
/
+36
*
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1999-11-04
1
-2
/
+11
*
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1999-11-03
1
-7
/
+14
*
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
1999-11-03
1
-3
/
+5
*
three types of array-creation / array-deletion functions:
Luke Leighton
1999-11-03
1
-2
/
+10
*
added samalias <aliasname> rpcclient command (shows info on alias)
Luke Leighton
1999-11-02
1
-0
/
+2
*
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1999-11-02
1
-5
/
+3
*
const char* issues
Luke Leighton
1999-11-01
1
-2
/
+4
*
added lsaenumdomains command.
Luke Leighton
1999-11-01
1
-4
/
+16
*
rewrote rpcclient enumaliases command.
Luke Leighton
1999-11-01
1
-6
/
+30
*
added rpcclient svcstop <service name> command. gnu readline
Luke Leighton
1999-11-01
1
-0
/
+8
*
added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...
Luke Leighton
1999-10-31
1
-0
/
+8
*
added svcinfo <service name> command.
Luke Leighton
1999-10-31
1
-2
/
+13
*
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1999-10-30
1
-0
/
+29
*
general, drastic improvements to rpcclient.
Luke Leighton
1999-10-30
1
-26
/
+20
*
added gnu readline command-line completion to the regenum command.
Luke Leighton
1999-10-29
1
-1
/
+2
*
rpcclient regenum key client code rewritten to use higher order functions.
Luke Leighton
1999-10-29
1
-4
/
+11
*
rewrite rpcclient sam enum user code to use higher order functions.
Luke Leighton
1999-10-29
1
-4
/
+9
*
using #defines for function prototypes
Luke Leighton
1999-10-29
1
-3
/
+3
*
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
1999-10-29
1
-3
/
+8
*
added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported
Luke Leighton
1999-10-29
1
-1
/
+7
*
restructuring sam enum dom groups code to do multiple calls to
Luke Leighton
1999-10-28
1
-2
/
+2
*
restructuring samr client code.
Luke Leighton
1999-10-28
1
-2
/
+9
*
removed samr_* variables from info struct.
Luke Leighton
1999-10-28
1
-1
/
+6
*
rewrote samr enum groups code a bit.
Luke Leighton
1999-10-28
1
-0
/
+3
*
created samr_query_groupmem() function from existing code.
Luke Leighton
1999-10-26
1
-0
/
+6
*
adding extra parameter back in to trust account functions (trust account name).
Luke Leighton
1999-10-26
1
-1
/
+7
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-11
/
+12
*
signed / unsigned and typecast issues
Luke Leighton
1999-10-25
1
-3
/
+3
*
one of those wonderful moments when running against a different MSRPC
Luke Leighton
1999-10-25
1
-6
/
+12
*
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1999-10-21
1
-2
/
+4
*
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1999-10-21
1
-12
/
+16
*
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
Luke Leighton
1999-10-21
1
-4
/
+9
*
need status codes from cli_net_req_chal() and cli_net_auth2().
Luke Leighton
1999-10-19
1
-5
/
+9
[prev]
[next]