index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add a touch of const to this - helps with some yet-to-be-commited changes
Andrew Bartlett
2002-06-14
1
-3
/
+3
|
*
Merge of Jerry's fix from 2.2.
Jeremy Allison
2002-06-10
1
-5
/
+8
|
*
Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...
Jim McDonough
2002-06-03
1
-5
/
+13
|
*
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
*
|
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-10
/
+25
*
|
HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !
Jeremy Allison
2002-09-27
1
-20
/
+17
*
|
syncing up with HEAD again....
Gerald Carter
2002-09-26
1
-1
/
+44
*
|
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
6
-212
/
+314
*
|
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
7
-139
/
+1141
*
|
more bug updates from head
Andrew Tridgell
2002-07-15
1
-2
/
+2
*
|
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
12
-340
/
+1244
*
|
printing merge from HEAD
Gerald Carter
2002-04-22
1
-42
/
+19
|
/
*
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
[prev]
[next]