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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
1999-11-18
set "key does not exist" response to reg_query_val() (win32 status code
Luke Leighton
1
-0
/
+1
1999-11-18
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
2
-4
/
+51
1999-11-18
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
2
-4
/
+4
1999-11-18
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
3
-25
/
+25
1999-11-16
attempting to get nt5 wksta to join domain.
Luke Leighton
2
-1
/
+2
1999-11-16
added two new params: "trusted domains" and "trusting domains".
Luke Leighton
1
-1
/
+10
1999-11-16
Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000
Richard Sharpe
1
-2
/
+17
1999-11-15
added server-side samr enum domains. fixed some parsing issues, server-side.
Luke Leighton
1
-0
/
+1
1999-11-15
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
3
-1
/
+52
1999-11-15
- added DCE/RPC "fault" PDU support.
Luke Leighton
4
-5
/
+22
1999-11-09
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
4
-11
/
+44
1999-11-08
preparation for doing a spoolss enum jobs command. had to rewrite
Luke Leighton
2
-2
/
+16
1999-11-08
const feeding frenzy
Luke Leighton
2
-176
/
+214
1999-11-06
added command-completion printer enum code.
Luke Leighton
2
-1
/
+8
1999-11-06
fixed string function for reading in printer_info_N.
Luke Leighton
1
-0
/
+10
1999-11-06
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
2
-6
/
+24
1999-11-06
spoolss openprinterex / closeprinter client-code.
Luke Leighton
2
-29
/
+32
1999-11-05
experimental spoolss rpcclient commands
Luke Leighton
2
-12
/
+43
1999-11-04
samuserset <username> -p password. YESSSSS :)
Luke Leighton
2
-6
/
+37
1999-11-04
adding experimental set user password command to rpcclient, it returns
Luke Leighton
2
-2
/
+13
1999-11-03
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
2
-8
/
+15
1999-11-03
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
2
-5
/
+7
1999-11-03
three types of array-creation / array-deletion functions:
Luke Leighton
1
-2
/
+10
1999-11-02
added samalias <aliasname> rpcclient command (shows info on alias)
Luke Leighton
1
-0
/
+2
1999-11-02
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
3
-9
/
+8
1999-11-01
const char* issues
Luke Leighton
1
-2
/
+4
1999-11-01
added lsaenumdomains command.
Luke Leighton
2
-12
/
+26
1999-11-01
rewrote rpcclient enumaliases command.
Luke Leighton
2
-6
/
+34
1999-11-01
added rpcclient svcstop <service name> command. gnu readline
Luke Leighton
2
-0
/
+32
1999-10-31
added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...
Luke Leighton
2
-2
/
+11
1999-10-31
added svcinfo <service name> command.
Luke Leighton
2
-2
/
+16
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
2
-10
/
+119
1999-10-30
general, drastic improvements to rpcclient.
Luke Leighton
1
-26
/
+20
1999-10-29
added gnu readline command-line completion to the regenum command.
Luke Leighton
1
-1
/
+2
1999-10-29
rpcclient regenum key client code rewritten to use higher order functions.
Luke Leighton
3
-10
/
+17
1999-10-29
rewrite rpcclient sam enum user code to use higher order functions.
Luke Leighton
2
-4
/
+13
1999-10-29
using #defines for function prototypes
Luke Leighton
2
-3
/
+11
1999-10-29
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
2
-4
/
+9
1999-10-29
added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported
Luke Leighton
2
-6
/
+34
1999-10-28
restructuring sam enum dom groups code to do multiple calls to
Luke Leighton
1
-2
/
+2
1999-10-28
restructuring samr client code.
Luke Leighton
1
-2
/
+9
1999-10-28
removed samr_* variables from info struct.
Luke Leighton
2
-11
/
+6
1999-10-28
rewrote samr enum groups code a bit.
Luke Leighton
1
-0
/
+3
1999-10-26
created samr_query_groupmem() function from existing code.
Luke Leighton
1
-0
/
+6
1999-10-26
adding extra parameter back in to trust account functions (trust account name).
Luke Leighton
1
-1
/
+7
1999-10-26
cut/paste code from smbclient for wait_keyboard() function. oops.
Luke Leighton
1
-2
/
+5
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
2
-28
/
+29
1999-10-25
signed / unsigned and typecast issues
Luke Leighton
1
-3
/
+3
1999-10-25
one of those wonderful moments when running against a different MSRPC
Luke Leighton
3
-13
/
+19
1999-10-21
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1
-2
/
+4
[next]