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