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