Age | Commit message (Expand) | Author | Files | Lines |
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 |