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-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
2000-06-06
Memory leak fixes.
Jeremy Allison
1
-0
/
+14
2000-06-05
Some tidyup fixes (memory leaks etc.). Still no progress with the
Jeremy Allison
2
-10
/
+15
2000-06-05
simple increment bug in uniarray_2_dosarray
Andrew Tridgell
1
-0
/
+1
2000-06-04
no space was being reserved for the security descriptor in the parse
Andrew Tridgell
1
-3
/
+8
2000-06-04
sec_desc_size() needs to handle a null secdesc
Andrew Tridgell
1
-2
/
+5
2000-06-02
More memory leak and PANIC action fixes.
Jeremy Allison
2
-28
/
+72
2000-06-02
Fixed null pointer indirect in addprinterex. Still working on problem
Jeremy Allison
1
-2
/
+2
2000-06-01
More insure found memory leak and corruption fixes.
Jeremy Allison
2
-3
/
+60
2000-06-01
Back to building. Now to test with insure.
Jeremy Allison
4
-63
/
+62
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
4
-369
/
+371
2000-05-28
init_unistr takes a const 2nd arg
Andrew Tridgell
1
-1
/
+1
2000-05-28
moved notif_y_table struct to spoolss_nt.c only used there.
Luke Leighton
1
-7
/
+14
2000-05-27
hack to get setprinter working, level2, null sec desc.
Luke Leighton
1
-2
/
+20
2000-05-27
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
2
-366
/
+490
2000-05-26
Fixed memory leak in RPC parsing code.
Shirish Kalele
1
-1
/
+3
2000-05-24
a fairly big change in spoolss.
Andrew Tridgell
1
-49
/
+20
2000-05-18
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele
2
-0
/
+439
2000-05-17
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
Jeremy Allison
1
-3
/
+26
2000-05-17
Fixed bug where mallocd size of prs_struct could be larger than
Jeremy Allison
1
-3
/
+7
2000-05-16
Synced up srv_samr with HP changes. Added error checking to original code
Jeremy Allison
1
-77
/
+325
2000-05-15
Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
Jeremy Allison
1
-76
/
+81
2000-05-15
don't call prs_dump() here
Andrew Tridgell
1
-1
/
+0
2000-05-15
update grow_size in prs_grow
Andrew Tridgell
1
-1
/
+3
2000-05-15
make prs_dump() store up to 100 variants of each msg type
Andrew Tridgell
1
-4
/
+11
2000-05-12
changed uniarray_2_ascarray to uniarray_2_dosarray
Andrew Tridgell
1
-2
/
+2
2000-05-12
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
1
-4
/
+4
2000-05-12
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
3
-1
/
+224
2000-05-10
more merging
Andrew Tridgell
1
-8
/
+8
2000-05-09
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
1
-0
/
+6
2000-05-03
Insure uninitialized memory read fixes.
Jeremy Allison
1
-2
/
+2
[prev]
[next]