Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re... | Gerald Carter | 1 | -7/+45 |
2007-10-10 | r2133: Several fixes: | Gerald Carter | 1 | -6/+2 |
2007-10-10 | r1890: Cut down on debug messages from is_in_path. paulg | Paul Green | 1 | -3/+2 |
2007-10-10 | r1215: Intermediate checkin of the new keytab code. I need to make sure I | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r1156: Ensure new remote arch of CIFSFS is seen. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r647: fix for setting the called name to by our IP if the called name was *SM... | Gerald Carter | 1 | -18/+0 |
2007-10-10 | r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -15/+2 |
2004-03-21 | Given how often a panic has to do with malloc() problems, don't tempt | Andrew Bartlett | 1 | -1/+1 |
2004-03-18 | Merge from HEAD for Amanda group. | Jeremy Allison | 1 | -0/+14 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 1 | -2/+2 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 1 | -1/+1 |
2004-02-12 | merge from old APP_HEAD | Gerald Carter | 1 | -1/+13 |
2004-02-11 | Added James Peach's fix for #1038. | Jeremy Allison | 1 | -0/+40 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -46/+28 |
2003-12-05 | fix %a variable for Windows 2003 -> Win2K3 | Gerald Carter | 1 | -10/+14 |
2003-11-18 | Remove unneeded second open for filename ending in '.' now we know it's | Jeremy Allison | 1 | -1/+1 |
2003-11-06 | Undo accidentally committed stuff. | Tim Potter | 1 | -111/+0 |
2003-11-06 | Ignore tallocdump binary. | Tim Potter | 1 | -0/+111 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 1 | -1/+2 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -65/+3 |
2003-08-15 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2003-08-12 | Fix for bugid #205 - work by Andrew Bartlet (modified to use | Jeremy Allison | 1 | -10/+1 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -1/+1 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -0/+11 |
2003-07-10 | Add const | Volker Lendecke | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -9/+9 |
2003-06-25 | large change: | Gerald Carter | 1 | -0/+1 |
2003-06-17 | Const fixes by metze | Volker Lendecke | 1 | -2/+2 |
2003-05-27 | Fixed unused variable warning. | Tim Potter | 1 | -1/+2 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -0/+13 |
2003-04-22 | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't | Andrew Bartlett | 1 | -6/+21 |
2003-04-21 | Merge whitespace and const from HEAD | Andrew Bartlett | 1 | -9/+9 |
2003-04-16 | Only declare backtrace variables when using them | Jelmer Vernooij | 1 | -0/+2 |
2003-04-14 | Backport my backtrace patch from HEAD | Jelmer Vernooij | 1 | -0/+21 |
2003-04-14 | Merge removal of some unused functions. Commit mistakenly included with | Tim Potter | 1 | -44/+0 |
2003-03-22 | (merge from HEAD) | Andrew Bartlett | 1 | -1/+3 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 1 | -1/+15 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -0/+16 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -0/+3 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 1 | -0/+3 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 1 | -12/+23 |
2003-02-14 | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 1 | -0/+12 |
2003-01-24 | Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>. | Jeremy Allison | 1 | -1/+4 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+6 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -4/+4 |
2003-01-03 | Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. | Andrew Bartlett | 1 | -1/+1 |