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
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2002-11-26
1
-0
/
+204
|
\
|
*
[print notify fixes from APP_HEAD]
Gerald Carter
2002-11-26
3
-279
/
+326
|
*
No need to #include smb.h, when we already #include include.h
Andrew Bartlett
2002-11-24
3
-4
/
+0
|
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
2
-15
/
+25
|
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-18
/
+22
|
*
First cut of fix for changenotify on a print server handle. Use the connectio...
Jeremy Allison
2002-11-10
1
-43
/
+80
|
*
Fix for scalable printing noticed by tpot. Don't loop infinately
Jeremy Allison
2002-11-10
1
-13
/
+36
|
*
Fix crash bug with overwriting memory.
Jeremy Allison
2002-11-07
1
-5
/
+3
|
*
Keeping branches in sync....
Jeremy Allison
2002-11-07
1
-1
/
+2
|
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
2
-30
/
+307
|
*
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
2002-10-31
2
-15
/
+18
|
*
Check the long_archi name is not null.
Jeremy Allison
2002-10-31
1
-0
/
+6
|
*
Fix problem where an fd would be left open for every printer queue.
Jeremy Allison
2002-10-26
1
-0
/
+27
|
*
merge from samba_3_0
Gerald Carter
2002-10-21
2
-73
/
+0
|
*
Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy Allison
2002-10-16
1
-1
/
+3
|
*
SMB_ASSERT to check list terminates.
Jeremy Allison
2002-10-16
1
-0
/
+3
|
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
2
-9
/
+9
|
*
At least try to get this function picked up by the autoprototyper
Andrew Bartlett
2002-09-25
1
-2
/
+2
|
*
merge from APP_HEAD
Gerald Carter
2002-09-25
1
-8
/
+32
|
*
Hold lock on NEXTJOB record for a very short time. Jerry needs to add code
Jeremy Allison
2002-09-24
1
-29
/
+52
|
*
CUPS merge from SAMBA_2_2
Gerald Carter
2002-09-20
1
-0
/
+4
|
*
printjob merge from APP_HEAD regarding device modes
Gerald Carter
2002-09-18
3
-29
/
+133
|
*
AbortPrinter() fix merged from APP_HEAD.
Gerald Carter
2002-09-10
1
-3
/
+31
|
*
Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simply
Jeremy Allison
2002-09-05
1
-2
/
+6
|
*
Remove donotify as notifies are cheap now.
Jeremy Allison
2002-09-05
1
-11
/
+11
|
*
Roussed on Jeremy for not putting in enough debugs in the new print
Tim Potter
2002-09-05
1
-0
/
+6
|
*
Added better error code on out of space. Removed total jobs check - not
Jeremy Allison
2002-09-04
1
-48
/
+1
|
*
Merge of (apparently working :-) new printing notify code.
Jeremy Allison
2002-09-04
1
-16
/
+94
|
*
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
2002-09-04
1
-12
/
+18
|
*
DeletePrinterDriver[Ex]() fixes from APP_HEAD
Gerald Carter
2002-09-04
1
-147
/
+125
|
*
fix up print portion of registry. Merge from APP_HEAD.
Gerald Carter
2002-08-30
1
-2
/
+2
|
*
merge of phant0m key fix from APP_HEAD
Gerald Carter
2002-08-30
1
-7
/
+152
|
*
Move to reference counting rather than lock counting.
Jeremy Allison
2002-08-27
1
-35
/
+57
|
*
Handle locking correctly.
Jeremy Allison
2002-08-27
1
-2
/
+6
|
*
Allow us to "lock" printer tdb entries in memory to stop them being
Jeremy Allison
2002-08-27
1
-18
/
+61
|
*
* Fix DeletePrinterDataEx() to work with arbitrary registry keys
Gerald Carter
2002-08-18
1
-24
/
+101
|
*
fix GetPrinterDataEx() to work with registry subkeys using a depth > 1
Gerald Carter
2002-08-18
1
-1
/
+1
|
*
fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.
Gerald Carter
2002-08-18
1
-5
/
+62
|
*
* the printing code should now be back to the working state it was
Gerald Carter
2002-08-17
1
-38
/
+19
|
*
Fairly large change to printing code.
Gerald Carter
2002-08-16
1
-435
/
+311
|
*
one line merge from APP_HEAD
Gerald Carter
2002-08-08
1
-1
/
+1
|
*
delete printer driver fix from APP_HEAD
Gerald Carter
2002-08-08
1
-14
/
+37
|
*
printing change notification merge from APPLIANCE_HEAD
Gerald Carter
2002-08-08
2
-19
/
+47
|
*
Merge of print notify fixes from APPLIANCE_HEAD.
Tim Potter
2002-08-02
1
-6
/
+5
|
*
couple of minor formatting fixes to help me see better.
Gerald Carter
2002-07-29
1
-4
/
+2
|
*
Merge from APPLIANCE_HEAD.
Tim Potter
2002-07-22
1
-1
/
+1
|
*
Ensure we're root before opening a printer backend tdb.
Jeremy Allison
2002-07-22
1
-0
/
+4
|
*
And a little more 'const'.
Andrew Bartlett
2002-07-20
1
-1
/
+1
|
*
another intermediate checkin on the way to enumerating forms
Gerald Carter
2002-07-20
1
-5
/
+9
|
*
More fixes towards warnings on the IRIX compiler
Andrew Bartlett
2002-07-20
3
-12
/
+7
[next]