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
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
2000-11-27
1
-1
/
+10
*
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
2000-11-21
1
-15
/
+43
*
Fix for memory leak when adding driver.
Jeremy Allison
2000-11-17
1
-6
/
+7
*
Fix for incorrect break using wrong offset when updating a form.
Jeremy Allison
2000-11-17
1
-6
/
+4
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
1
-14
/
+7
*
Uninitialized memory read fixes.
Jeremy Allison
2000-11-15
1
-3
/
+7
*
Tuyrn debug timestamps on by default.
Jeremy Allison
2000-11-15
1
-4
/
+16
*
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
2000-11-14
2
-183
/
+698
*
Changes from APPLIANCE_HEAD:
David O'Neill
2000-11-14
1
-0
/
+51
*
printing/nt_printing.c: After long soul searching and making both Andrew and my
Jeremy Allison
2000-11-14
1
-2
/
+4
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-1
/
+2
*
Added Tim's changes to lock DB during update.
Jeremy Allison
2000-11-10
1
-3
/
+18
*
printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.
Jeremy Allison
2000-11-10
2
-7
/
+19
*
an attempt to get the handling of fields in printer info structures
Andrew Tridgell
2000-11-08
1
-5
/
+6
*
Merge of latest round of printing fixes from appliance branch.
Tim Potter
2000-11-07
1
-30
/
+69
*
Merge of printer security descriptor, info level and printerdata
Tim Potter
2000-11-07
1
-58
/
+2
*
Merge from Tim - don't reinsert UNIX job if already exists.
Jeremy Allison
2000-11-04
1
-0
/
+8
*
Merge of printing improvements/fixes from appliance branch.
Tim Potter
2000-11-04
1
-1
/
+60
*
Sync up with Tim's changes in applience-head for SACLs.
Jeremy Allison
2000-11-04
1
-49
/
+44
*
Added John Reillys patch for error code returns from clean_up_printer_driver_...
Jeremy Allison
2000-10-26
1
-5
/
+7
*
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
2000-10-26
1
-14
/
+42
*
We already have a perfectly good next_token() function we should be using
Jeremy Allison
2000-10-25
1
-6
/
+3
*
John Reilly @ HP (who is a wonderful human being and *definately* needs
Jeremy Allison
2000-10-25
1
-54
/
+161
*
Removed null user checks to enable lanman print queue pausing and print job
Tim Potter
2000-10-18
1
-4
/
+0
*
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
1
-17
/
+50
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-28
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-1
/
+42
*
Fixed Realloc memory fragmentation problems.
Jeremy Allison
2000-10-10
1
-17
/
+57
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
2
-11
/
+14
*
Integrated support for NT and OS/2 lpq parsing. Code from
Jeremy Allison
2000-10-07
1
-0
/
+163
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-4
/
+4
*
utils/smbcontrol.c: Fixes from Herb for interactive use.
Jeremy Allison
2000-09-29
1
-1
/
+1
*
Fix from John Reilly for forms ordering problems.
Jeremy Allison
2000-09-28
1
-12
/
+19
*
fix for IRIX 6.2 compiler error
Herb Lewis
2000-09-26
1
-1
/
+1
*
Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -
Jeremy Allison
2000-09-15
1
-2
/
+67
*
Ensure old DACL and SACL are preserved if the new SD is a 'set' only.
Jeremy Allison
2000-09-13
1
-2
/
+11
*
When creating a print job entry for the printing backend, use the Windows
Tim Potter
2000-09-13
1
-11
/
+21
*
Added time check test before allowing print job.
Jeremy Allison
2000-09-13
2
-1
/
+13
*
Added missing break statement for manage documents check in
Tim Potter
2000-09-13
1
-1
/
+3
*
Fixed memory leaks found in enumprinterdrivers code.
Jeremy Allison
2000-09-11
1
-3
/
+3
*
Fixed up get_a_printer_driver_3 so it looks in the tdb using the correct
Jeremy Allison
2000-09-08
1
-0
/
+11
*
Temporary fix to convert from level6 (Win2k) to level 3 (NT4)
Jeremy Allison
2000-09-06
1
-1
/
+28
*
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
2000-09-01
2
-34
/
+99
*
Implemented DELETEFORM tested using Gerald's Win32 test code :-).
Jeremy Allison
2000-08-31
1
-2
/
+49
*
Fixed error returns for moving printer driver files around so generic
Jeremy Allison
2000-08-30
1
-8
/
+18
*
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
2000-08-30
1
-3
/
+6
*
Tidied up some error returns from printing calls. Still need to map UNIX
Jeremy Allison
2000-08-23
2
-3
/
+12
*
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
2000-08-23
1
-2
/
+2
*
Patch from John Reilly <jreilly@hp.com> for not processing duplicate files
Tim Potter
2000-08-22
1
-0
/
+8
*
Tidied up security rights definitions.
Jeremy Allison
2000-08-10
1
-1
/
+1
[next]