Age | Commit message (Expand) | Author | Files | Lines |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -76/+5 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -2/+2 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -12/+37 |
2003-05-27 | Fix unused variable warning. | Tim Potter | 1 | -1/+2 |
2003-04-22 | Merge from 3.0 - try harder to get our real DNS domain name, and send this | Andrew Bartlett | 1 | -6/+21 |
2003-04-16 | Only use backtrace variables when we can use them | Jelmer Vernooij | 1 | -0/+2 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 1 | -44/+0 |
2003-03-31 | Fix formatting of back traces - pathc by metze | Jelmer Vernooij | 1 | -2/+3 |
2003-03-26 | Use SAFE_FREE() instead of plain free() - pointed out by metze | Jelmer Vernooij | 1 | -1/+2 |
2003-03-26 | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 1 | -8/+27 |
2003-03-22 | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 1 | -1/+1 |
2003-03-22 | Small clenaup patches: | Andrew Bartlett | 1 | -1/+3 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 1 | -1/+15 |
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 | Add const | Andrew Bartlett | 1 | -4/+4 |
2003-01-24 | Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>. | Jeremy Allison | 1 | -1/+4 |
2003-01-17 | Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for... | Jim McDonough | 1 | -0/+12 |
2003-01-13 | Patch from metze to add what he feels is the correct semantics for a Domain | Andrew Bartlett | 1 | -0/+17 |
2003-01-13 | Patch from metze to to make testparm show values for 'workgroup', 'netbios | Andrew Bartlett | 1 | -7/+1 |
2003-01-13 | Accessing data after it's been free()ed really is a no-no... | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+6 |
2003-01-02 | Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in | Andrew Bartlett | 1 | -1/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -4/+4 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -0/+2 |
2002-12-06 | Ensure global_scope() returns "", not the NULL string. Froma tpot fix. | Jeremy Allison | 1 | -0/+6 |
2002-12-03 | fns for retrieving dns host name and domain name (get rid of lp_realm hacks). | Jim McDonough | 1 | -0/+56 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -600/+783 |
2002-08-31 | Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to | Andrew Bartlett | 1 | -44/+39 |
2002-08-28 | Some debugs for panic_action. | Tim Potter | 1 | -1/+11 |
2002-08-22 | added smb_xstrndup() | Andrew Tridgell | 1 | -0/+11 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 1 | -17/+21 |
2002-07-18 | Add useful VALGRIND #ifdef. | Jeremy Allison | 1 | -0/+2 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 1 | -3/+3 |
2002-06-15 | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 1 | -1/+1 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 1 | -5/+3 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 1 | -6/+9 |
2002-05-22 | Cleanups! | Andrew Bartlett | 1 | -1/+1 |
2002-05-22 | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 1 | -94/+9 |
2002-05-17 | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 1 | -1/+7 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 1 | -7/+0 |
2002-05-09 | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 1 | -14/+39 |
2002-05-08 | Merge in Jerry's called name fix. | Jeremy Allison | 1 | -58/+66 |
2002-04-19 | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 1 | -3/+3 |
2002-04-19 | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 1 | -7/+4 |
2002-04-19 | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 1 | -4/+5 |
2002-04-04 | Also look for libinsure.so where the full version installs it. | Tim Potter | 1 | -0/+5 |