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
/
printing
/
printing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-1
/
+2
*
Fix bug #5688 LPQ process is orphaned if socket address parameter is invalid
SATOH Fumiyasu
2008-12-09
1
-6
/
+33
*
Allow %u parameters for print job username - use advanced sub
Bo Yang
2008-07-16
1
-2
/
+4
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-1
/
+1
*
printing: call reinit_after_fork() in the backgroundqueue process
Stefan Metzmacher
2008-04-18
1
-0
/
+5
*
Fix typos.
Karolin Seeger
2008-04-09
1
-1
/
+1
*
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael Adam
2008-03-26
1
-1
/
+1
*
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
2008-03-25
1
-1
/
+1
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
Remove a global
Volker Lendecke
2007-12-28
1
-9
/
+15
*
Tiny simplifications
Volker Lendecke
2007-12-10
1
-1
/
+1
*
remove a static
Volker Lendecke
2007-12-10
1
-12
/
+18
*
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
2007-12-03
1
-3
/
+7
*
Remove pstrcpy I missed.
Jeremy Allison
2007-11-20
1
-1
/
+0
*
Remove more pstring. Unify talloc_sub functions to make
Jeremy Allison
2007-11-19
1
-30
/
+51
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-37
/
+37
*
r25399: Excise uint - > uint32 (where appropriate) or unsigned int.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23167: Remove an unused parameter
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22954: More messaging_register
Volker Lendecke
2007-10-10
1
-8
/
+10
*
r22895: Convert some more calls from message_send_buf to messaging_send_buf
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22747: Fix some C++ warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-17
/
+17
*
r21988: make use of string_tdb_data()
Stefan Metzmacher
2007-10-10
1
-8
/
+5
*
r21446: Karolins "printjob username"
Volker Lendecke
2007-10-10
1
-1
/
+5
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-2
/
+2
*
r17590: Some C++ Warnings
Volker Lendecke
2007-10-10
1
-6
/
+6
*
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
2007-10-10
1
-2
/
+0
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-17
/
+28
*
r16648: Fix bug #3889 reported by jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16626: Fix bug #3878. Reported by jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r16599: Make it clear to Klocwork we're not dereferencing. Issue #2026.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16216: Add debug messages to make it possible to try and
Jeremy Allison
2007-10-10
1
-8
/
+31
*
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r15025: Fix exit_server_cleanly call.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2007-10-10
1
-1
/
+1
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-6
/
+2
*
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
2007-10-10
1
-2
/
+4
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-7
/
+8
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-46
/
+113
*
r10555: a few compile warnings from jason Mader
Gerald Carter
2007-10-10
1
-3
/
+3
*
r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r9244: Fix bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-3
/
+21
*
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
Günther Deschner
2007-10-10
1
-1
/
+1
[next]