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_parse
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-30
Only use prs_uint8s on marshalling as we know we're little endian. On
Jeremy Allison
1
-6
/
+18
2000-10-30
Fixed double btyte-swap problems with bigendian architectures.
Jeremy Allison
1
-1
/
+2
2000-10-18
Fixes for io_q_setprinter rpc parsing.
Tim Potter
1
-0
/
+10
2000-10-13
last part of W2K support.
Jean-François Micouleau
4
-38
/
+79
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-1
/
+0
2000-10-10
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2
-9
/
+1
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-26
/
+680
2000-10-05
fixing prs_unistr2(). For the special case of an empty (but existing)
Jean-François Micouleau
1
-6
/
+8
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
4
-10
/
+10
2000-10-03
Fixes from Herb - compiler warnings.
Jeremy Allison
1
-12
/
+12
2000-09-28
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
1
-5
/
+6
2000-09-27
samr unknown 0x32 is in fact samr create user.
Jean-François Micouleau
1
-3
/
+3
2000-09-25
printer notify code.
Jean-François Micouleau
1
-1
/
+118
2000-09-20
Some code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison
1
-8
/
+80
2000-09-19
param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...
Jeremy Allison
1
-34
/
+19
2000-09-16
in a printer_info_6, driver version is 64 bits long and there is a 32 bit
Jean-François Micouleau
1
-2
/
+10
2000-09-15
Fixes from JF as I didn't understand the string array sizing code correctly.
Jeremy Allison
1
-17
/
+17
2000-09-15
Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -
Jeremy Allison
1
-16
/
+129
2000-09-09
Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).
Jeremy Allison
1
-6
/
+46
2000-09-06
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
1
-12
/
+56
2000-09-05
Implemented GETFORM tested and working using Gerald's Win32 test progs....
Jeremy Allison
1
-1
/
+56
2000-08-31
Implemented DELETEFORM tested using Gerald's Win32 test code :-).
Jeremy Allison
1
-0
/
+32
2000-08-30
Fixed overrun write error when using debuglevel > 50.
Jeremy Allison
1
-1
/
+1
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-0
/
+35
2000-08-28
yipee!
Andrew Tridgell
1
-0
/
+9
2000-08-17
added comment for my own memory purposes
Gerald Carter
1
-0
/
+1
2000-08-16
hack for unmarshalling unistr's on machines with BIG_ENDIAN arch
Gerald Carter
1
-2
/
+19
2000-08-16
- fixed memcpy bug in copy_unistr2()
Gerald Carter
1
-7
/
+21
2000-08-15
Tidied up extra ()'s.
Jeremy Allison
1
-12
/
+12
2000-08-14
fixed a few bugs in new_smb_io_relarraystr().
Gerald Carter
1
-2
/
+5
2000-08-14
fix for new_smb_io_relarraystr() and new_smb_io_relstr()
Gerald Carter
1
-2
/
+2
2000-08-12
removed the prs_align in spoolss_smb_io_unistr() (JF, please check)
Gerald Carter
1
-3
/
+36
2000-08-12
fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc's
Gerald Carter
1
-29
/
+37
2000-08-11
Fixed the problem with UNISTR marshalling in a buffer5 struct.
Jeremy Allison
2
-53
/
+25
2000-08-10
working on the unmarshalling of dependentfiles to a DRIVER_INFO_3
Gerald Carter
1
-2
/
+9
2000-08-10
deal with allocation size of 0 in prs_unistr when UNMARSHALLING
Gerald Carter
1
-24
/
+30
2000-08-09
More work on AddPrinterDriver() and AddPrinterEx() client RPC's
Gerald Carter
2
-9
/
+21
2000-08-08
cleanup in init_unistr2_from_unistr()
Gerald Carter
1
-27
/
+19
2000-08-08
All changes related to rpcclient...
Gerald Carter
1
-3
/
+174
2000-08-05
it is not my day it seems. :-(
Gerald Carter
1
-1
/
+1
2000-08-05
removed the for() loop to copy the buffer in init_unistr2_from_unistr()
Gerald Carter
1
-3
/
+2
2000-08-05
Fixed bug in init_unistr2_from_unistr() found by Elrond.
Gerald Carter
1
-1
/
+1
2000-08-04
clunky support for calling AddPrinterEx(). The code currently reports
Gerald Carter
1
-8
/
+111
2000-08-04
After talking with Jeremy and JF (and staring at packet traces between
Gerald Carter
1
-2
/
+52
2000-08-02
Much though I hate to admit it - JF was completely correct. I cannot
Jeremy Allison
1
-2
/
+2
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
4
-10
/
+9
2000-07-31
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
2
-3
/
+3
2000-07-31
More work on rpcclient...
Gerald Carter
1
-7
/
+27
2000-07-28
Fixed read overrun in init_string2()
Tim Potter
1
-2
/
+4
2000-07-27
remove warnings
Jean-François Micouleau
1
-2
/
+2
[prev]
[next]