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
/
lpq_parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-1
/
+3
*
s3-printing: remove print_parse_jobid()
David Disseldorp
2012-06-26
1
-19
/
+0
*
s3-printing: rename queue->job sysjob
David Disseldorp
2012-06-26
1
-11
/
+11
*
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
2011-05-04
1
-1
/
+2
*
Fix bug #7288 - SMB job IDs in CUPS job names wrong.
Jeremy Allison
2010-03-25
1
-0
/
+21
*
Fix some scary FC9 warnings
Volker Lendecke
2008-06-10
1
-39
/
+41
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-2
/
+4
*
Remove another static fstring.
Jeremy Allison
2007-12-18
1
-3
/
+8
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-55
/
+113
*
Fix the build. fstrterminate was used in one place.
Jeremy Allison
2007-12-03
1
-2
/
+2
*
Remove more pstring. Unify talloc_sub functions to make
Jeremy Allison
2007-11-19
1
-2
/
+6
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-14
/
+14
*
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
*
r16243: Fix Klocwork bugs #581 and #706, ensure we check
Jeremy Allison
2007-10-10
1
-616
/
+667
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-52
/
+67
*
r14003: Clarify code that lead to Coverity report #13.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r3067: patch based on volker's initial work in trunk that fixes the queu upda...
Gerald Carter
2007-10-10
1
-3
/
+3
*
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
2004-03-09
1
-3
/
+3
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-4
/
+4
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-1
/
+1
*
removing printing = SOFTQ since no one knows what it is
Gerald Carter
2003-04-29
1
-83
/
+0
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-32
/
+32
*
Fix for little-used lpq parser.
Jeremy Allison
2003-03-05
1
-1
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-4
/
+4
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-18
/
+22
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-8
/
+10
*
printing merge from HEAD
Gerald Carter
2002-04-22
1
-20
/
+12
*
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
2002-03-15
1
-36
/
+36
*
FIXME: Use next_token rather than strtok!
Martin Pool
2002-02-26
1
-0
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-15
/
+15
*
Patch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle LPRng v3.16 and above.
Jeremy Allison
2001-03-27
1
-11
/
+30
*
Changes from APPLIANCE_HEAD:
David O'Neill
2000-11-14
1
-0
/
+51
*
We already have a perfectly good next_token() function we should be using
Jeremy Allison
2000-10-25
1
-6
/
+3
*
Integrated support for NT and OS/2 lpq parsing. Code from
Jeremy Allison
2000-10-07
1
-0
/
+163
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
1
-10
/
+0
*
split out the lpq parsing code into a separate file
Andrew Tridgell
2000-04-10
1
-0
/
+883