| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge whitespace and const from HEAD | Andrew Bartlett | 2003-04-21 | 1 | -9/+9 |
* | Only declare backtrace variables when using them | Jelmer Vernooij | 2003-04-16 | 1 | -0/+2 |
* | Backport my backtrace patch from HEAD | Jelmer Vernooij | 2003-04-14 | 1 | -0/+21 |
* | Merge removal of some unused functions. Commit mistakenly included with | Tim Potter | 2003-04-14 | 1 | -44/+0 |
* | (merge from HEAD) | Andrew Bartlett | 2003-03-22 | 1 | -1/+3 |
* | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 2003-03-18 | 1 | -1/+15 |
* | Merge from HEAD: | Andrew Bartlett | 2003-03-17 | 1 | -1/+1 |
* | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 2003-03-14 | 1 | -0/+16 |
* | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 2003-03-12 | 1 | -0/+3 |
* | additional fix for CR 601 | Gerald Carter | 2003-02-27 | 1 | -0/+3 |
* | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 2003-02-24 | 1 | -12/+23 |
* | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 2003-02-14 | 1 | -0/+12 |
* | Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>. | Jeremy Allison | 2003-01-24 | 1 | -1/+4 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -3/+6 |
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -4/+4 |
* | Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. | Andrew Bartlett | 2003-01-03 | 1 | -1/+1 |
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 1 | -0/+2 |
* | Ensure global_scope() returns "", not the NULL string. Froma tpot fix. | Jeremy Allison | 2002-12-06 | 1 | -0/+6 |
* | fns for retrieving dns host name and domain name (get rid of lp_realm hacks). | Jim McDonough | 2002-12-03 | 1 | -0/+56 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -600/+783 |
* | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -45/+61 |
* | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -16/+22 |
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -186/+132 |
* | Also look for libinsure.so where the full version installs it. | Tim Potter | 2002-04-04 | 1 | -0/+5 |
* | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 2002-03-27 | 1 | -16/+27 |
* | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 2002-03-20 | 1 | -0/+3 |
* | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 1 | -1/+1 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | minor fix and checks | Simo Sorce | 2002-01-27 | 1 | -2/+4 |
* | Remove the 'direct to winbind' hacks, as they should (if I understand | Andrew Bartlett | 2002-01-26 | 1 | -12/+0 |
* | minor fixes | Simo Sorce | 2002-01-25 | 1 | -2/+3 |
* | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 2002-01-23 | 1 | -2/+4 |
* | Spelling fix. | Tim Potter | 2002-01-21 | 1 | -1/+1 |
* | Add constness to filenames passed to functions. | Martin Pool | 2002-01-15 | 1 | -2/+2 |
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -6/+6 |
* | Add harmless parentheses so that dmalloc doesn't get confused by a | Martin Pool | 2002-01-09 | 1 | -1/+1 |
* | simple fix for creating blank data blobs | Andrew Tridgell | 2002-01-05 | 1 | -2/+7 |
* | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 2002-01-05 | 1 | -3/+48 |
* | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 |
* | Fix the fix.... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 |
* | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 |
* | add smb_xvasprintf() panic wrapper around vasprintf | Andrew Tridgell | 2001-12-09 | 1 | -3/+13 |
* | re-enabled insure backtrace, calling /usr/bin/backtrace | Andrew Tridgell | 2001-12-03 | 1 | -2/+4 |
* | merge from APPLIANCE_HEAD | Gerald Carter | 2001-11-28 | 1 | -0/+41 |
* | turn off the insure xterm hack for now | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -1/+15 |
* | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 2001-11-20 | 1 | -14/+15 |
* | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -4/+9 |
* | Tidyups in the merge process. | Jeremy Allison | 2001-11-15 | 1 | -32/+36 |
* | some bugfix and new functions, | Simo Sorce | 2001-11-12 | 1 | -2/+3 |