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