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-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
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
4
-111
/
+248
2000-07-26
Found out that we are crashing spoolss in enumprinterdata.
Jean-François Micouleau
1
-1
/
+8
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
2
-61
/
+9
2000-07-22
Fixed open handle code in printers - 3 functions were always being done
Jeremy Allison
1
-2
/
+2
2000-07-21
Added functions for enumerating ports on remote print server.
Gerald Carter
1
-6
/
+48
2000-07-18
rpc_parse/parse_prs.c: Removed extraneous ()'s.
Jeremy Allison
2
-23
/
+21
2000-07-18
fixed a bug (my own) in create_ntc_from_cli_state()
Gerald Carter
1
-2
/
+2
2000-07-14
removed prs_data(), prs_free_data(), and prs_realloc_data()
Gerald Carter
2
-105
/
+60
2000-07-12
we are now sure the printer_info_2 timestamp is updated everytime
Jean-François Micouleau
1
-5
/
+0
2000-07-12
- The printers are indexed by the sharename in both get_a_printer() and
Jean-François Micouleau
1
-0
/
+9
2000-07-11
#ifndef RPCCLIENT_TEST
Gerald Carter
1
-35
/
+16
2000-07-10
included a a new prs_unistr(). Is currently #if'd out (denoted
Gerald Carter
1
-0
/
+92
2000-07-10
Fixes for various compile warnings on Solaris 8.
Tim Potter
1
-1
/
+1
2000-07-10
Fix for passing NULL pointer as an array parameter in
Tim Potter
1
-2
/
+2
2000-07-07
More rpcclient merge issues:
Gerald Carter
2
-1
/
+137
2000-07-04
the dummy field in driver_info_6 is before the driver version and not
Jean-François Micouleau
1
-2
/
+2
2000-07-04
driver_info_6 had a prs_align() that should not have been there.
Jean-François Micouleau
1
-2
/
+0
2000-07-01
Removed unneccessary ()'s afer &'s that made it look like we
Jeremy Allison
1
-125
/
+125
2000-06-29
Tidy up current spool code - added some JRATEST ifdefs to allow
Jeremy Allison
1
-11
/
+11
2000-06-28
Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exe
Jeremy Allison
1
-49
/
+75
2000-06-26
Changing drivers using the properties page works - but only if getting/setting
Jeremy Allison
2
-6
/
+2
2000-06-24
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
1
-2
/
+4
2000-06-20
Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some
Jeremy Allison
1
-25
/
+22
2000-06-10
parsing code for reply[open|close]printer in preparation of the event
Jean-François Micouleau
1
-0
/
+87
2000-06-09
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
1
-2
/
+2
2000-06-09
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
1
-5
/
+16
2000-06-08
Moved tdb functions that access parse structs into parse_prs.c
Jeremy Allison
1
-0
/
+28
2000-06-08
Cause printer SD's to be displayed correctly (full control).
Jeremy Allison
1
-1
/
+1
2000-06-07
Fixing get/set of security descriptors.
Jeremy Allison
2
-6
/
+14
[prev]
[next]