Age | Commit message (Expand) | Author | Files | Lines |
2001-07-17 | Tidied up calling yield_connection on connection allocation fail. | Jeremy Allison | 2 | -1/+6 |
2001-07-17 | Connection record not existing is not a debug level 0. | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | Fixes from Jens-Uwe.Walther@force.de to make the -l option behave | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 1 | -0/+2 |
2001-07-16 | Test if machine password has expired. | Simo Sorce | 1 | -0/+6 |
2001-07-11 | Toomas Soome's fix for joining a domain the old way. | Jeremy Allison | 1 | -1/+1 |
2001-07-10 | added winbind_exclude_domain() so smbd can tell the winbind client | Andrew Tridgell | 1 | -0/+5 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 3 | -24/+17 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first/next | Andrew Tridgell | 1 | -39/+3 |
2001-07-07 | You can't dump_data() a function pointer... | Andrew Bartlett | 1 | -1/+1 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -1/+1 |
2001-07-06 | fixed bug where we looked at the first byte of a password to determine | Andrew Tridgell | 1 | -12/+2 |
2001-07-05 | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 1 | -0/+8 |
2001-07-05 | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB | Jeremy Allison | 1 | -0/+6 |
2001-07-05 | this fixes the failure of MS office on VFAT partitions on Linux | Andrew Tridgell | 1 | -30/+29 |
2001-07-05 | fixed a bug in the parameters SMBctemp uses in open_file_shared() | Andrew Tridgell | 1 | -8/+7 |
2001-07-05 | use alpha_strcpy on the domain as it comes off the wire | Andrew Tridgell | 1 | -8/+3 |
2001-07-04 | allow to use usrmgr/svrmgr tools in win95 | Jean-François Micouleau | 1 | -5/+7 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 16 | -49/+49 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 25 | -573/+186 |
2001-07-04 | check for bad usernames early in session setup | Andrew Tridgell | 1 | -0/+6 |
2001-07-04 | Ensure we correctly round down to 2 second boundary if dos filetime | Jeremy Allison | 2 | -9/+46 |
2001-07-03 | Remove the exit_server() calls that stop nmbd linking. | Jeremy Allison | 1 | -3/+5 |
2001-07-03 | Fixed incorrect debug parameters for lock_pid. | Jeremy Allison | 1 | -2/+2 |
2001-07-02 | Very minor cleanup. I was looking for another problem and found some bits | Christopher R. Hertel | 1 | -2/+2 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 3 | -16/+36 |
2001-07-01 | - fix bug in reply_nt- fix bug in reply_nt1 | Simo Sorce | 1 | -4/+4 |
2001-06-30 | Fixed the first locking error (test #8 found by locktest code from | Jeremy Allison | 2 | -11/+11 |
2001-06-29 | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 3 | -126/+145 |
2001-06-29 | Win9x weirdness. When setting the named pipe handle state on a Unicode | Tim Potter | 1 | -2/+10 |
2001-06-26 | Always use DOMAIN\user first that this is the more specific case. | Jeremy Allison | 1 | -12/+17 |
2001-06-26 | Remove warning about trapdoor systems for non-root mode. | Andrew Bartlett | 1 | -0/+4 |
2001-06-25 | Fixed stupid typo that would stop trusted domains working. | Jeremy Allison | 1 | -4/+3 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 5 | -16/+16 |
2001-06-25 | - make the regresison test mode code build in by default. This should | Andrew Tridgell | 1 | -11/+1 |
2001-06-23 | Log debug before and after netbios names copied so we know if they've been | Jeremy Allison | 1 | -0/+3 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 2 | -4/+4 |
2001-06-23 | Better fix for client name vulnarability. | Jeremy Allison | 1 | -0/+2 |
2001-06-22 | Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm.... | Jeremy Allison | 1 | -1/+1 |
2001-06-22 | added the ability to test smbd safely as an ordinary user. The way it works is | Andrew Tridgell | 1 | -0/+2 |
2001-06-22 | Andrew - please look this over. I've fixed a long standing (maybe 4-5 | Jeremy Allison | 2 | -137/+164 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -3/+6 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2 | -26/+30 |
2001-06-21 | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 2 | -8/+7 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 1 | -1/+1 |
2001-06-20 | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 3 | -0/+41 |
2001-06-19 | Extra debug in open.c, fix for bad debug message in reply.c | Jeremy Allison | 2 | -3/+3 |
2001-06-19 | Set support for info levels... | Jeremy Allison | 1 | -20/+14 |
2001-06-18 | Best-effort so far implementation of new W2K info levels. | Jeremy Allison | 1 | -0/+148 |
2001-06-15 | Be sure to not use strlen with NULL pointer. | Simo Sorce | 1 | -1/+2 |