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
Age
Commit message (
Expand
)
Author
Files
Lines
1999-11-23
shuffling msrpc code around so that it can be used independently of rpcclient
Luke Leighton
4
-43
/
+91
1999-11-22
the last one. that concludes the removal of all next_token() calls
Luke Leighton
2
-60
/
+91
1999-11-22
another four next_token() removals (using getopt instead)
Luke Leighton
4
-32
/
+48
1999-11-22
another two.
Luke Leighton
2
-33
/
+39
1999-11-22
another one
Luke Leighton
1
-18
/
+12
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
13
-328
/
+368
1999-11-21
implement server-side generation of NTLMv2 session key. YESSS :-)
Luke Leighton
6
-30
/
+69
1999-11-21
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
7
-6
/
+48
1999-11-21
hmmm... have to add client-side support in domain_client_validate() to
Luke Leighton
4
-18
/
+42
1999-11-21
adding user session key into network netlogon response.
Luke Leighton
4
-24
/
+53
1999-11-21
moving create user function into msrpc_samr.c
Luke Leighton
2
-51
/
+62
1999-11-20
oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:
Luke Leighton
1
-2
/
+1
1999-11-20
attempting to establish inter-domain trust relationships. modified
Luke Leighton
2
-28
/
+117
1999-11-20
modified domain_client_validate to take trust account name / type. this
Luke Leighton
7
-15
/
+108
1999-11-20
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
9
-1746
/
+2078
1999-11-20
dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
Luke Leighton
2
-0
/
+4
1999-11-19
nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
Luke Leighton
3
-2
/
+5
1999-11-19
The First Necessary UNICODE String Support.
Luke Leighton
3
-32
/
+83
1999-11-19
- surprise! the number of UNICODE strings that didn't have alignment
Luke Leighton
1
-0
/
+20
1999-11-19
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
Luke Leighton
7
-8
/
+124
1999-11-19
added \PIPE\browser plus experimental brsinfo command. you wouldn't
Luke Leighton
10
-2
/
+491
1999-11-18
responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the
Luke Leighton
4
-14
/
+24
1999-11-18
set "key does not exist" response to reg_query_val() (win32 status code
Luke Leighton
5
-10
/
+70
1999-11-18
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
7
-11
/
+571
1999-11-18
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
6
-46
/
+55
1999-11-18
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
12
-124
/
+262
1999-11-16
attempting to get nt5 wksta to join domain.
Luke Leighton
9
-43
/
+101
1999-11-16
added two new params: "trusted domains" and "trusting domains".
Luke Leighton
5
-8
/
+50
1999-11-16
added another dummy key so that NT5 can check in the registry whether
Luke Leighton
1
-1
/
+2
1999-11-16
oops, mistake in parsing command-arguments. repeated calls to
Luke Leighton
1
-1
/
+1
1999-11-16
Shirish Kalele <kalele@veritas.com> noticed that NT workstations are
Luke Leighton
1
-18
/
+51
1999-11-16
Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000
Richard Sharpe
3
-4
/
+151
1999-11-15
added server-side samr enum domains. fixed some parsing issues, server-side.
Luke Leighton
4
-16
/
+90
1999-11-15
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
7
-1
/
+457
1999-11-15
- added DCE/RPC "fault" PDU support.
Luke Leighton
11
-16
/
+152
1999-11-12
split array-handling functions into separate module.
Luke Leighton
3
-224
/
+249
1999-11-09
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
10
-103
/
+580
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
preparation for doing a spoolss enum jobs command. had to rewrite
Luke Leighton
6
-187
/
+310
1999-11-08
const feeding frenzy
Luke Leighton
13
-556
/
+662
1999-11-08
const feeding frenzy
Luke Leighton
2
-74
/
+76
1999-11-06
horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!
Luke Leighton
2
-94
/
+128
1999-11-06
missed mem_grow_data call
Luke Leighton
2
-1
/
+3
1999-11-06
added command-completion printer enum code.
Luke Leighton
5
-19
/
+91
1999-11-06
fixed string function for reading in printer_info_N.
Luke Leighton
4
-15
/
+240
1999-11-06
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
9
-68
/
+364
1999-11-06
spoolss openprinterex / closeprinter client-code.
Luke Leighton
8
-108
/
+370
1999-11-05
experimental spoolss rpcclient commands
Luke Leighton
6
-40
/
+196
1999-11-04
samuserset <username> -p password. YESSSSS :)
Luke Leighton
8
-144
/
+310
[prev]
[next]