| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -10/+8 |
* | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -141/+147 |
* | Sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -14/+7 |
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -35/+30 |
* | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 2002-03-14 | 1 | -3/+9 |
* | Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> | Andrew Bartlett | 2002-03-01 | 1 | -1/+1 |
* | 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 |
* | Check request flag for unicode capability and respond accordingly, rather tha... | Jim McDonough | 2002-01-23 | 1 | -1/+2 |
* | Report write fail in smb_dump. | Jeremy Allison | 2002-01-19 | 1 | -1/+3 |
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -7/+7 |
* | Fixed up atomic update code. | Jeremy Allison | 2002-01-09 | 1 | -2/+2 |
* | I've decided to move the auth code around a bit more... | Andrew Bartlett | 2002-01-05 | 1 | -6/+6 |
* | Fix talloc msg registration | Martin Pool | 2002-01-03 | 1 | -1/+1 |
* | smbd children should also register for POOL_USAGE | Martin Pool | 2002-01-03 | 1 | -0/+1 |
* | cleanup a little namespace pollution | Andrew Tridgell | 2001-12-10 | 1 | -1/+1 |
* | don't try to auto-change the trust password unless we are in domain | Andrew Tridgell | 2001-11-27 | 1 | -1/+4 |
* | challange -> challenge | Tim Potter | 2001-11-26 | 1 | -4/+4 |
* | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 1 | -13/+17 |
* | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 2001-11-05 | 1 | -1/+1 |
* | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 2001-10-20 | 1 | -2/+2 |
* | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 2001-10-19 | 1 | -4/+4 |
* | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 1 | -6/+6 |
* | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 1 | -19/+18 |
* | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 2001-10-17 | 1 | -3/+0 |
* | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 2001-10-11 | 1 | -0/+6 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -3/+3 |
* | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 2001-09-10 | 1 | -1/+11 |
* | Fix I think for the fcntl spinning problem. Re-prioritize so | Jeremy Allison | 2001-09-05 | 1 | -1/+7 |
* | converted smbd to use NTSTATUS by default | Andrew Tridgell | 2001-08-27 | 1 | -9/+9 |
* | force checking of log size after 200 smbd in a row or after 30 sec with no | Herb Lewis | 2001-08-22 | 1 | -2/+3 |
* | Fix inspired by Don @ HP. Close down password server connection if keepalive | Jeremy Allison | 2001-08-09 | 1 | -1/+4 |
* | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 2001-07-02 | 1 | -1/+1 |
* | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 2001-06-25 | 1 | -1/+1 |
* | Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm.... | Jeremy Allison | 2001-06-22 | 1 | -1/+1 |
* | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 2001-06-20 | 1 | -0/+9 |
* | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 2001-06-09 | 1 | -2/+3 |
* | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 1 | -6/+6 |
* | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 1 | -3/+3 |
* | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2001-04-08 | 1 | -1/+1 |
* | this patch does a number of things: | Andrew Tridgell | 2001-03-13 | 1 | -4/+2 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -3/+0 |
* | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 2001-02-27 | 1 | -1/+1 |
* | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 2001-02-12 | 1 | -2/+27 |
* | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 2001-01-24 | 1 | -0/+2 |
* | smbd/lanman.c: Fix for calling qsort with 0 number. | Jeremy Allison | 2001-01-24 | 1 | -195/+330 |
* | include/vfs.h: | Jeremy Allison | 2001-01-23 | 1 | -3/+3 |
* | Fix for updating of print queues changed from a local box. Essentially, | Jeremy Allison | 2000-11-21 | 1 | -4/+9 |
* | use macros for incrementing profile counters | Herb Lewis | 2000-10-12 | 1 | -3/+1 |