index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
robert
2002-12-16
4
-5
/
+5
*
fix connecting to (samba) server when share-level security is in effect
fjoe
2002-12-07
1
-1
/
+1
*
Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains to
tjr
2002-11-26
1
-1
/
+1
*
- Change mb_copy_t to take a size_t as the length argument instead of an
jhb
2002-11-08
1
-2
/
+2
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-1
/
+1
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-3
/
+2
*
Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>
jmallett
2002-09-30
1
-2
/
+3
*
Use m_length() instead of home-rolled versions.
phk
2002-09-18
1
-3
/
+1
*
Add missing #include <sys/mbuf.h>
phk
2002-09-18
1
-0
/
+1
*
Permit an empty username which is useful for browsing.
bp
2002-09-18
1
-0
/
+4
*
Increase send/receive queue to accomodate large readx/writex requests.
bp
2002-09-18
2
-22
/
+78
*
Reserve a transport parameter name and number for Darwin.
bp
2002-09-16
1
-0
/
+1
*
Implement support for mixed case passwords.
bp
2002-09-16
2
-7
/
+77
*
Add support for large readx and writex functions if server supports them.
bp
2002-09-16
2
-0
/
+178
*
Enable browsing of NetApp servers (use ascii mode).
bp
2002-09-16
1
-1
/
+4
*
Add more constants for future use in kernel and userland.
bp
2002-09-16
1
-8
/
+64
*
<sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the former
bde
2002-08-27
1
-0
/
+1
*
Include <sys/lockmgr.h> for old lock interfaces instead of including
bde
2002-08-27
1
-1
/
+1
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
1
-0
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-9
/
+1
*
Fix trivial warning:
peter
2002-05-24
1
-0
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+9
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-4
/
+7
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
3
-0
/
+3
*
Initialize thread select queue in the same way as rev 1.93 of sys_generic.c
bp
2002-04-23
1
-0
/
+3
*
Recongnize more error codes returned by W2K servers.
bp
2002-04-17
2
-1
/
+14
*
Add more NetBIOS name types.
bp
2002-04-17
1
-2
/
+9
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Missed this file for select SMP fixes associated with rev 1.93 of
alfred
2002-03-14
1
-27
/
+24
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
4
-5
/
+4
*
Remove redundant checks for iovcnt > 1. This should be handled properly
bp
2002-02-21
1
-7
/
+7
*
Add unicode related definition for future use. Descibe Samba bug.
bp
2002-02-21
2
-1
/
+10
*
Add subfunction definition for future use.
bp
2002-02-21
1
-0
/
+1
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-8
/
+19
*
Spelling fixes.
bp
2001-12-31
6
-14
/
+14
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-1
/
+2
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
3
-8
/
+8
*
- Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.
arr
2001-12-09
2
-2
/
+2
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
10
-176
/
+188
*
Map errdos:67 to the ENOENT.
bp
2001-08-21
1
-0
/
+1
*
Use local wrappers instead of direct calls to mtx_destroy().
bp
2001-08-21
1
-3
/
+3
*
Remove unnecessary "#if __FreeBSD_version".
bp
2001-08-21
3
-59
/
+0
*
Use proper endian conversions.
bp
2001-08-21
2
-2
/
+2
*
Fix an old off-by-one error causing well known 'wrong bucket' panic.
bp
2001-08-21
1
-1
/
+1
*
Remove bogus include.
bp
2001-06-14
1
-3
/
+0
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+0
*
Sync with recent KAME.
ume
2001-06-11
1
-2
/
+2
*
Back out scanning file descriptors with holding a process lock.
tanimura
2001-05-15
1
-2
/
+16
[next]