| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added exact timing semantics on blocking locks | Andrew Tridgell | 2002-08-18 | 2 | -12/+27 |
* | A new utility to test VFS system and modules | Simo Sorce | 2002-08-18 | 1 | -1/+1 |
* | get the error code right in case of a blocking lock timeout. | Andrew Tridgell | 2002-08-17 | 1 | -1/+1 |
* | amazing! we've had a reversed comparison in our blocking lock code | Andrew Tridgell | 2002-08-17 | 1 | -1/+1 |
* | Change which session key we negotiate. This uses the NT-based session key that | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Add const. | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Add 'const'. | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Becouse of changes to the meaning of this feild over time, this doesn't | Andrew Bartlett | 2002-08-17 | 1 | -5/+0 |
* | Re-add the last empty item to the NTLMSSP info list, but this time do it | Jim McDonough | 2002-08-16 | 1 | -3/+4 |
* | Add some const to the 'in' paramaters for these functions. | Andrew Bartlett | 2002-08-16 | 1 | -2/+2 |
* | Fix segfault in the new NTLMSSP code. jmcd: can you look at this - what | Andrew Bartlett | 2002-08-16 | 1 | -3/+2 |
* | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 2002-08-16 | 1 | -0/+2 |
* | Fix NTLMSSP challenge command and auth response. We can now service joins | Jim McDonough | 2002-08-15 | 1 | -31/+37 |
* | Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can't | Jeremy Allison | 2002-08-12 | 1 | -10/+13 |
* | Add RESOLVE_DFSPATH to mkdir operations in HEAD. | Shirish Kalele | 2002-08-12 | 1 | -0/+2 |
* | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 8 | -18/+9 |
* | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 3 | -20/+13 |
* | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 3 | -5/+18 |
* | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 2002-08-02 | 1 | -0/+5 |
* | Fixed compiler warning. | Tim Potter | 2002-08-01 | 1 | -1/+1 |
* | make sure we null terminate plaintext passwords | Andrew Tridgell | 2002-08-01 | 1 | -1/+1 |
* | Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor | Andrew Bartlett | 2002-07-31 | 1 | -18/+11 |
* | fixed the length checking for plaintext passwords (thanks to andrewb | Andrew Tridgell | 2002-07-31 | 1 | -2/+11 |
* | fix debug, at idra's suggestion. | Andrew Bartlett | 2002-07-31 | 1 | -1/+1 |
* | added support for smbd listening on port 445 and 139. It now listens | Andrew Tridgell | 2002-07-31 | 1 | -45/+80 |
* | this fixes plaintext passwords with win2000 | Andrew Tridgell | 2002-07-30 | 2 | -5/+8 |
* | always include the (void) for void fns ... | Andrew Tridgell | 2002-07-30 | 1 | -1/+1 |
* | OK! | Simo Sorce | 2002-07-30 | 2 | -40/+130 |
* | Update a pile of Samba's SID lookup code to ensure: | Andrew Bartlett | 2002-07-30 | 1 | -35/+39 |
* | introduced a get_file_size() macro in trans2.c to make it easier to | Andrew Tridgell | 2002-07-29 | 1 | -19/+21 |
* | an initial fix for handling sparse files in smbd | Andrew Tridgell | 2002-07-29 | 3 | -72/+111 |
* | as suggested by Alexander Oswald <oswald@is.haw-hamburg.de> | Simo Sorce | 2002-07-29 | 1 | -4/+4 |
* | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -1/+1 |
* | minor portability fix | Andrew Tridgell | 2002-07-28 | 1 | -0/+2 |
* | Fix a missing 'no memory' return in last night's svrsvc code, and use | Andrew Bartlett | 2002-07-28 | 1 | -3/+3 |
* | Another item off my long-term todo list: | Andrew Bartlett | 2002-07-28 | 1 | -23/+47 |
* | This should fix a nastly little bug where if a user had already done one | Andrew Bartlett | 2002-07-27 | 2 | -9/+14 |
* | nice day today | Simo Sorce | 2002-07-27 | 1 | -0/+69 |
* | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 2002-07-26 | 1 | -1/+1 |
* | If lp_add_home() fails, don't go any further, just return -1. | Andrew Bartlett | 2002-07-24 | 1 | -1/+3 |
* | We must be root to access the passdb, so ensure all calls to local_lookup_sid() | Andrew Bartlett | 2002-07-24 | 1 | -1/+5 |
* | Give an idea what service didn't have the directory. | Andrew Bartlett | 2002-07-24 | 1 | -1/+1 |
* | Add some const & static, remove unused functions. | Andrew Bartlett | 2002-07-21 | 2 | -24/+1 |
* | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
* | Update the smbd reply code a little: | Andrew Bartlett | 2002-07-20 | 2 | -5/+25 |
* | Move some startup time initialisation to server.c, so it is all in one place. | Andrew Bartlett | 2002-07-20 | 2 | -11/+11 |
* | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 2002-07-20 | 1 | -8/+8 |
* | Allow trans2 and nttrans messages to be processed in oplock break state. | Jeremy Allison | 2002-07-19 | 2 | -5/+7 |
* | Formatting fixup. Fix shadow warning. | Jeremy Allison | 2002-07-19 | 1 | -452/+455 |
* | Don't crash on setfileinfo on printer fsp. | Jeremy Allison | 2002-07-18 | 1 | -1/+2 |