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
/
source
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Second part of my fix -- incorrect merge.
Volker Lendecke
2002-09-30
1
-1
/
+1
*
We have to hand out info on Builtin here as well. They are stored in
Volker Lendecke
2002-09-29
1
-1
/
+1
*
It turns out that Windows allows delete printer on a handle
Jeremy Allison
2002-09-27
1
-0
/
+14
*
Check for security on delete printer was reversed...
Jeremy Allison
2002-09-27
1
-5
/
+5
*
Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our access
Andrew Bartlett
2002-09-26
1
-4
/
+15
*
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*
Andrew Bartlett
2002-09-26
2
-78
/
+346
*
merge from APP_HEAD
Gerald Carter
2002-09-25
1
-0
/
+2
*
Ok, what's this? Samba as a PDC wants to authenticate a user coming in
Volker Lendecke
2002-09-23
1
-2
/
+2
*
Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)
Volker Lendecke
2002-09-23
1
-4
/
+8
*
trivial comment fix
Volker Lendecke
2002-09-19
1
-2
/
+2
*
printjob merge from APP_HEAD regarding device modes
Gerald Carter
2002-09-18
1
-63
/
+93
*
merge from APP_HEAD for GetJob()
Gerald Carter
2002-09-11
1
-15
/
+23
*
DelPrinterDrvEx() fix from APP_HEAD
Gerald Carter
2002-09-11
1
-10
/
+12
*
Merge the cli_shutdown change from 2_2. All except one call to
Volker Lendecke
2002-09-11
1
-0
/
+1
*
removed warning about shadowed globals
Gerald Carter
2002-09-10
1
-5
/
+5
*
AbortPrinter() fix merged from APP_HEAD.
Gerald Carter
2002-09-10
1
-3
/
+21
*
change notify merge from APP_HEAD
Gerald Carter
2002-09-10
1
-75
/
+265
*
Actually, I think Jerrys patch was incorrect as it didn't ever
Jeremy Allison
2002-09-09
1
-40
/
+8
*
merge of printer change notify fix from APP_HEAD
Gerald Carter
2002-09-07
1
-8
/
+40
*
This is the 'easy' parts of the trusted domains patch n+3 patch from
Andrew Bartlett
2002-09-06
1
-0
/
+2
*
Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simply
Jeremy Allison
2002-09-05
1
-30
/
+3
*
Delivery notify messages over the back channel in *reverse* order in
Tim Potter
2002-09-05
1
-3
/
+30
*
Roussed on Jeremy for not putting in enough debugs in the new print
Tim Potter
2002-09-05
1
-0
/
+2
*
Added better error code on out of space. Removed total jobs check - not
Jeremy Allison
2002-09-04
1
-0
/
+7
*
Only cache the user list on the SAMR handle for a particular
Andrew Bartlett
2002-09-04
1
-6
/
+24
*
Merge of (apparently working :-) new printing notify code.
Jeremy Allison
2002-09-04
1
-5
/
+54
*
DeletePrinterDriver[Ex]() fixes from APP_HEAD
Gerald Carter
2002-09-04
1
-24
/
+113
*
usrmgr expects unicode as ProductType.
Volker Lendecke
2002-09-02
1
-3
/
+11
*
Add a fix for 'query_disp_info level 2', which should return all machines in
Andrew Bartlett
2002-08-30
1
-19
/
+21
*
fix up print portion of registry. Merge from APP_HEAD.
Gerald Carter
2002-08-30
1
-1
/
+1
*
merge of phant0m key fix from APP_HEAD
Gerald Carter
2002-08-30
1
-59
/
+32
*
Removed some misleading comment.
Volker Lendecke
2002-08-30
1
-2
/
+0
*
Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles and
Jelmer Vernooij
2002-08-29
1
-40
/
+0
*
add proto for forward reference
Herb Lewis
2002-08-28
1
-0
/
+1
*
Put in intermediate version of new SAM system. It's not stable yet, code
Jelmer Vernooij
2002-08-28
1
-3
/
+1
*
merge from APP_HEAD
Gerald Carter
2002-08-26
1
-1
/
+1
*
merge from APP_HEAD
Gerald Carter
2002-08-26
1
-35
/
+60
*
fix registry editor API for printing backend after I changed
Gerald Carter
2002-08-22
1
-3
/
+1
*
Fix compile warnings.
Tim Potter
2002-08-22
1
-3
/
+0
*
get the access check in addform() correct this time.
Gerald Carter
2002-08-22
1
-111
/
+94
*
addform fix from SAMBA_2_2
Gerald Carter
2002-08-21
1
-17
/
+29
*
segfault fixes merged from APP_HEAD
Gerald Carter
2002-08-20
1
-32
/
+42
*
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
2002-08-20
2
-19
/
+22
*
add support for the "value,OID" format described in MSDN.
Gerald Carter
2002-08-19
1
-1
/
+31
*
added wrapper for delete_printer_data() that write the printer out to disk.
Gerald Carter
2002-08-19
1
-7
/
+15
*
change notify fix left out of merge by APP_HEAD by accident
Gerald Carter
2002-08-19
1
-1
/
+2
*
* Fix DeletePrinterDataEx() to work with arbitrary registry keys
Gerald Carter
2002-08-18
1
-29
/
+72
*
fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.
Gerald Carter
2002-08-18
1
-51
/
+36
*
* small formatting fixes
Gerald Carter
2002-08-18
1
-57
/
+79
*
fixed up a few comments
Gerald Carter
2002-08-18
1
-64
/
+2
[next]