| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-09-27 | map ERRSRV:ERRbaduid to EAUTH | jdolecek |
| 2003-07-03 | "(u_short > 0xffff)" is never true, as gcc3 found out | drochner |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | fix lwp lossage | itojun |
| 2003-06-29 | Fix small merge botch in previous. | martin |
| 2003-06-29 | struct proc -> struct lwp | martin |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-02 | Make it compile with DEBUG but no DIAGNOSTIC. | martin |
| 2003-05-16 | need dstlen to make it safe | itojun |
| 2003-04-08 | add a comment on SMB packet PID purpose to smb_rq_new() | jdolecek |
| 2003-04-08 | fix pasto in smb_rq_setcallback(), mistakely used SMBRQ_SLOCK() instead | jdolecek |
| 2003-04-08 | FILE_USE()/FILE_UNUSE() file entry returned from fd_getfile() properly | jdolecek |
| 2003-04-08 | fix simplelock acquire/release in smb_co_rele() | jdolecek |
| 2003-04-07 | use pools instead of malloc(9) for allocation of smb request structures | jdolecek |
| 2003-04-07 | add support for asynchronous execution of SMB requests: | jdolecek |
| 2003-04-07 | add bunch of NT DIRECTORY CHANGE NOTIFY and NT CREATE AND X related constants | jdolecek |
| 2003-04-05 | add SMB_CAPS() macro, which returns session capabilities | jdolecek |
| 2003-04-05 | smb_iod_addrq(): change vc_maxmux check to #ifdef DIAGNOSTIC panic | jdolecek |
| 2003-04-04 | #ifdef MCHAIN_DEBUG a too verbose message | jdolecek |
| 2003-04-02 | g/c vc_timo from struct smb_vc - it's not used anymore | jdolecek |
| 2003-04-02 | we now use rqp->sr_timo for request timeout value, so don't | jdolecek |
| 2003-04-01 | g/c smb_smb_nomux(), use KASSERT() instead - if we get here with | jdolecek |
| 2003-03-31 | run iod at splnet, to eliminate race agains receive upcall wakeup, | jdolecek |
| 2003-03-31 | do recursive lock in smb_co_gone() - this code could be invoked | jdolecek |
| 2003-03-30 | use callout for request timeout, so that it could expire independantly | jdolecek |
| 2003-03-30 | whitespace fixes | jdolecek |
| 2003-03-30 | whitespace KNF | jdolecek |
| 2003-03-29 | remove incorrect DEBUG check of recursive lock in smb_co_lock() - the check | jdolecek |
| 2003-03-27 | parenthesize NB_ENCNAMELEN value | jdolecek |
| 2003-03-24 | Receive packets in a small pieces (NB_SORECEIVE_CHUNK), so TCP slowstart will | jdolecek |
| 2003-03-24 | fix connecting to (samba) server when share-level security is in effect | jdolecek |
| 2003-03-24 | Implement support for mixed case passwords. | jdolecek |
| 2003-03-24 | Use 'large' (64bit) readx and writex functions if server supports them. | jdolecek |
| 2003-03-24 | make smb_smb_read() and smb_smb_write() return EFBIG if offset is | jdolecek |
| 2003-03-24 | map ERRDOS/ERRnotlocked to EBUSY | jdolecek |
| 2003-03-24 | don't access (u_int32_t *) as (u_int16_t *), this fails on BE machines - | jdolecek |
| 2003-03-24 | one more rename - ERRbaddevice -> ERRnoipc | jdolecek |
| 2003-03-24 | fix some typos. from FreeBSD | jdolecek |
| 2003-03-24 | Add more constants for future use in kernel and userland. | jdolecek |
| 2003-03-24 | Recongnize more error codes returned by W2K servers. | jdolecek |
| 2003-03-24 | spelling fixes, add SMB_SET_FILE_END_OF_FILE_INFO subfunction for | jdolecek |
| 2003-03-24 | fix pasto in smb_t2_request() - t2_flags use SMBT2_RESTART, not SMBR_RESTART | jdolecek |
| 2003-03-24 | iod_pingtimo is unused, #if 0 | jdolecek |
| 2003-03-24 | Add unicode related definition for future use. Descibe Samba bug. | jdolecek |
| 2003-03-24 | spelling fixes. | jdolecek |
| 2003-03-24 | drop trailing $ added to FreeBSD RCS Id in last rev by mistake | jdolecek |
| 2003-03-24 | Remove redundant checks for iovcnt > 1. This should be handled properly | jdolecek |
| 2003-03-24 | Pullup FreeBSD rev. 1.3 of this file - support for iovcnt greater than | jdolecek |
| 2003-03-23 | struct smb_rq diet - g/c unused structure members, and move some stuff | jdolecek |