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
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-10
restore the spoolss pipe as Jeremy replaced srv_pipe with the one from
Jean-François Micouleau
1
-0
/
+1
2000-03-09
Not used. Functionality folded back into rpc_server/srv_pipe.c (where it
Jeremy Allison
1
-1181
/
+0
2000-03-09
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
2
-105
/
+1533
2000-03-07
Enumprinters level 1: reply *exactly* like an NT server
Jean-François Micouleau
1
-102
/
+126
2000-03-07
fixed enumprinterdata.
Jean-François Micouleau
1
-2
/
+2
2000-03-06
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
1
-6
/
+13
2000-02-29
Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on
Jeremy Allison
1
-2
/
+67
2000-02-26
added enumprintprocessordatatypes
Jean-François Micouleau
2
-0
/
+85
2000-02-26
rewrote enumprinterdata. still a bug in it but reproducing it hard and
Jean-François Micouleau
2
-124
/
+126
2000-02-24
made dynamic the Printer struct. No more limits :-)
Jean-François Micouleau
1
-187
/
+169
2000-02-24
converted a couple of bzero() to memset()
Jean-François Micouleau
2
-206
/
+274
2000-02-23
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2
-43
/
+43
2000-02-21
more rewrite ...
Jean-François Micouleau
2
-359
/
+551
2000-02-15
fix the reply of rpc_alter_context
Jean-François Micouleau
3
-528
/
+1207
2000-02-07
Hum, I should remove my gloves when I'm in front of an xterm :)
Jean-François Micouleau
1
-21
/
+24
2000-02-07
spoolss definitions.
Jean-François Micouleau
1
-4
/
+43
2000-02-07
First commit of the spoolss code to the HEAD branch.
Jean-François Micouleau
2
-0
/
+4227
2000-01-21
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
1
-1
/
+1
2000-01-14
HP changes for registry querying.
Jeremy Allison
1
-1
/
+9
2000-01-11
modified smbd/msrpc credential transfer system. user session key
Luke Leighton
1
-0
/
+10
2000-01-04
using read_with_timeout(), min data size 16 bytes (DCE/RPC header), max
Luke Leighton
1
-1
/
+5
2000-01-04
oops, must use read_data() not read(), as read() may only provide
Luke Leighton
1
-2
/
+2
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
3
-998
/
+1167
1999-12-13
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
4
-4289
/
+0
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
11
-4481
/
+3146
1999-12-12
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
4
-34
/
+19
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
11
-599
/
+739
1999-12-08
ABOUT TIME!!!!!!!!
Luke Leighton
1
-1
/
+5
1999-12-06
the first independent msrpc daemon - lsarpcd.
Luke Leighton
2
-13
/
+132
1999-11-29
attempting to resolve the issue that multiple servers often specified in
Luke Leighton
1
-17
/
+17
1999-11-27
further abstraction involving client states. main client-side code
Luke Leighton
1
-30
/
+22
1999-11-25
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1
-2
/
+8
1999-11-24
service control manager API completed. svcenum -i works, but does not
Luke Leighton
1
-0
/
+1
1999-11-24
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1
-7
/
+17
1999-11-24
WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c
Luke Leighton
1
-4
/
+3
1999-11-24
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
5
-124
/
+254
1999-11-21
adding user session key into network netlogon response.
Luke Leighton
2
-11
/
+37
1999-11-20
dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
Luke Leighton
1
-0
/
+2
1999-11-19
nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
Luke Leighton
1
-1
/
+2
1999-11-19
The First Necessary UNICODE String Support.
Luke Leighton
1
-12
/
+12
1999-11-19
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
Luke Leighton
2
-0
/
+99
1999-11-18
responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the
Luke Leighton
1
-3
/
+5
1999-11-18
set "key does not exist" response to reg_query_val() (win32 status code
Luke Leighton
2
-7
/
+38
1999-11-18
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1
-0
/
+107
1999-11-18
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
1
-1
/
+5
1999-11-18
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
2
-17
/
+41
1999-11-16
attempting to get nt5 wksta to join domain.
Luke Leighton
3
-4
/
+21
1999-11-16
added two new params: "trusted domains" and "trusting domains".
Luke Leighton
1
-3
/
+7
1999-11-16
added another dummy key so that NT5 can check in the registry whether
Luke Leighton
1
-1
/
+2
1999-11-16
Shirish Kalele <kalele@veritas.com> noticed that NT workstations are
Luke Leighton
1
-18
/
+51
[next]