| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting of back traces - pathc by metze | Jelmer Vernooij | 2003-03-31 | 1 | -2/+3 |
* | Use SAFE_FREE() instead of plain free() - pointed out by metze | Jelmer Vernooij | 2003-03-26 | 1 | -1/+2 |
* | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 2003-03-26 | 1 | -8/+27 |
* | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 2003-03-22 | 1 | -1/+1 |
* | Small clenaup patches: | Andrew Bartlett | 2003-03-22 | 1 | -1/+3 |
* | - Make ReadDirName return a const char*. | Andrew Bartlett | 2003-03-16 | 1 | -1/+1 |
* | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 1 | -1/+15 |
* | 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 |
* | Add const | Andrew Bartlett | 2003-02-24 | 1 | -4/+4 |
* | Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>. | Jeremy Allison | 2003-01-24 | 1 | -1/+4 |
* | Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for... | Jim McDonough | 2003-01-17 | 1 | -0/+12 |
* | Patch from metze to add what he feels is the correct semantics for a Domain | Andrew Bartlett | 2003-01-13 | 1 | -0/+17 |
* | Patch from metze to to make testparm show values for 'workgroup', 'netbios | Andrew Bartlett | 2003-01-13 | 1 | -7/+1 |
* | Accessing data after it's been free()ed really is a no-no... | Andrew Bartlett | 2003-01-13 | 1 | -1/+1 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -3/+6 |
* | Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in | Andrew Bartlett | 2003-01-02 | 1 | -1/+1 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -4/+4 |
* | 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 |
* | Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to | Andrew Bartlett | 2002-08-31 | 1 | -44/+39 |
* | Some debugs for panic_action. | Tim Potter | 2002-08-28 | 1 | -1/+11 |
* | added smb_xstrndup() | Andrew Tridgell | 2002-08-22 | 1 | -0/+11 |
* | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
* | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 2002-07-20 | 1 | -17/+21 |
* | Add useful VALGRIND #ifdef. | Jeremy Allison | 2002-07-18 | 1 | -0/+2 |
* | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 2002-07-11 | 1 | -3/+3 |
* | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 2002-06-15 | 1 | -1/+1 |
* | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 1 | -5/+3 |
* | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 2002-05-22 | 1 | -6/+9 |
* | Cleanups! | Andrew Bartlett | 2002-05-22 | 1 | -1/+1 |
* | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 2002-05-22 | 1 | -94/+9 |
* | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 2002-05-17 | 1 | -1/+7 |
* | This removes --with-ssl from Samba. | Andrew Bartlett | 2002-05-17 | 1 | -7/+0 |
* | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 2002-05-09 | 1 | -14/+39 |
* | Merge in Jerry's called name fix. | Jeremy Allison | 2002-05-08 | 1 | -58/+66 |
* | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 2002-04-19 | 1 | -3/+3 |
* | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 2002-04-19 | 1 | -7/+4 |
* | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 2002-04-19 | 1 | -4/+5 |
* | 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 |