index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.
Tim Potter
2002-06-03
1
-4
/
+0
*
Add rpc for file close, expand file enum to take username
Jim McDonough
2002-06-01
1
-4
/
+67
*
Add fns for netshareadd and netsharedel rpcs
Jim McDonough
2002-05-31
1
-4
/
+46
*
Update netfileenum on both client and server sides to do an arbitrary number
Jim McDonough
2002-05-31
1
-65
/
+43
*
netfileenum was missing the username filter.
Jim McDonough
2002-05-31
1
-1
/
+8
*
Added netremotetod to try and figure out which srvsvc commands are denied
Tim Potter
2002-05-29
1
-0
/
+11
*
When marshalling a netshareenum request the share ctr has to be initialised
Tim Potter
2002-05-28
1
-1
/
+3
*
merge from SAMBA_2_2.
Gerald Carter
2002-05-24
2
-3
/
+45
*
OK that last commit was incorrect - this call is parsed properly. I only
Tim Potter
2002-05-20
1
-4
/
+0
*
There's probably a pointer to a buffer at the end of a enumprinterdrivers()
Tim Potter
2002-05-20
1
-0
/
+4
*
No need to pass a fstring in make_spoolss_q_enumprinters()
Tim Potter
2002-05-20
1
-1
/
+1
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-3
/
+20
*
Make non-static for some later work (pushing the info3 across the winbind
Andrew Bartlett
2002-05-17
1
-2
/
+3
*
Add a touch of const
Andrew Bartlett
2002-05-17
1
-1
/
+1
*
A few more trusted domains updates from mimir.
Andrew Bartlett
2002-05-17
1
-18
/
+7
*
Added deleteprinterdata client rpc.
Tim Potter
2002-05-14
1
-1
/
+13
*
Added writeprinter rpc command.
Tim Potter
2002-05-14
1
-0
/
+14
*
Change make_spoolss_q_{get,set}printerdata() take a char* and length rather
Tim Potter
2002-05-14
1
-11
/
+31
*
compile fix merge from SAMBA_2_2
Gerald Carter
2002-05-13
1
-11
/
+21
*
Support for client side startdocprinter.
Tim Potter
2002-05-13
1
-3
/
+63
*
misc merge from SAMBA_2_2
Gerald Carter
2002-05-10
1
-0
/
+4
*
devmode parsing merge from SAMBA_2_2
Gerald Carter
2002-05-10
1
-29
/
+74
*
Added client side spoolss rpc commands for startpageprinter,
Tim Potter
2002-05-08
1
-0
/
+60
*
Grr - the removal of the nnecessary prs_align() from relative unicode
Tim Potter
2002-05-07
1
-2
/
+0
*
don't set the owner and group sid offset is there are no owner or group
Jean-François Micouleau
2002-04-29
1
-4
/
+5
*
merge from SAMBA_2_2
Gerald Carter
2002-04-22
1
-42
/
+19
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
3
-27
/
+96
*
HP2500C driver writes devmode with private data that ends
Jeremy Allison
2002-04-11
1
-0
/
+9
*
specversion merge from SAMBA_2_2
Gerald Carter
2002-04-11
1
-0
/
+27
*
Fixed missing alignment in spoolss_io_q_enumjobs() function.
Tim Potter
2002-04-10
1
-0
/
+3
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-0
/
+114
*
The useless_ptr must be non-zero for addform and setform client functions
Tim Potter
2002-04-09
1
-2
/
+5
*
Fixed the handle leak in the connection management code (this code is crap
Jeremy Allison
2002-04-04
1
-0
/
+6
*
OpenPrinter() merge from 2.2
Gerald Carter
2002-03-26
1
-19
/
+76
*
Stomped on some header file version numbers that have crept back in.
Tim Potter
2002-03-22
1
-2
/
+1
*
resetprinter merge from SAMBA_2_2
Gerald Carter
2002-03-20
1
-12
/
+12
*
Fix for debug typo.
Jeremy Allison
2002-03-20
1
-1
/
+1
*
Added dos_errstr() function. Not all errors in list yet.
Tim Potter
2002-03-17
1
-1
/
+1
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-1
/
+1
*
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
2002-03-15
1
-41
/
+232
*
Remove studly gaps from prs_werror() calls so the same debug text is
Tim Potter
2002-03-14
2
-11
/
+11
*
yipee! Finally put in the patch from Alexey Kotovich
Andrew Tridgell
2002-03-10
1
-23
/
+243
*
Fix the NTSTATUS -> WERROR for srvsvc pipe.
Jeremy Allison
2002-03-05
1
-36
/
+38
*
more const
Andrew Bartlett
2002-03-02
1
-2
/
+2
*
And a little more const.
Andrew Bartlett
2002-03-02
1
-3
/
+3
*
Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.
Jeremy Allison
2002-02-27
1
-11
/
+11
*
Implemented client side functions for SPOOLSS addform, getform, setform and
Tim Potter
2002-02-25
1
-2
/
+36
*
Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.
Tim Potter
2002-01-31
1
-1
/
+42
*
Removed version number from file header.
Tim Potter
2002-01-30
12
-24
/
+12
*
Back out some of the less well thought out ideas from last weeks work on
Andrew Bartlett
2002-01-26
1
-11
/
+3
[next]