cvs commit: src/sys/netinet6 ipsec.c

2007-04-11 Thread Robert Watson
rwatson 2007-04-11 16:31:02 UTC FreeBSD src repository Modified files: sys/netinet6 ipsec.c Log: Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set in this code. Revision ChangesPath 1.49 +0 -2 src/sys/netinet6/ipsec.c _

cvs commit: src/sys/netinet6 ipsec.c

2006-09-04 Thread Pawel Jakub Dawidek
pjd 2006-09-04 10:35:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 ipsec.c Log: MFC:sys/netinet6/ipsec.c1.45 - Use suser_cred(9) instead of directly comparing cr_uid. - Compare pointer with NULL, instead of 0.

cvs commit: src/sys/netinet6 ipsec.c

2006-06-27 Thread Pawel Jakub Dawidek
pjd 2006-06-27 11:40:05 UTC FreeBSD src repository Modified files: sys/netinet6 ipsec.c Log: - Use suser_cred(9) instead of directly comparing cr_uid. - Compare pointer with NULL, instead of 0. Reviewed by:rwatson Revision ChangesPath 1.45

cvs commit: src/sys/netinet6 ipsec.c

2006-04-02 Thread Robert Watson
rwatson 2006-04-02 11:15:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet6 ipsec.c Log: Merge ipsec.c:1.44 from HEAD to RELENG_5: Remove manual assignment of m_pkthdr from one mbuf to another in ipsec_copypkt(), as this is alr

cvs commit: src/sys/netinet6 ipsec.c

2006-04-01 Thread Robert Watson
rwatson 2006-04-01 15:16:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 ipsec.c Log: Merge ipsec.c:1.44 from HEAD to RELENG_6: Remove manual assignment of m_pkthdr from one mbuf to another in ipsec_copypkt(), as this is alr

cvs commit: src/sys/netinet6 ipsec.c

2006-03-28 Thread Robert Watson
rwatson 2006-03-28 10:16:39 UTC FreeBSD src repository Modified files: sys/netinet6 ipsec.c Log: Remove manual assignment of m_pkthdr from one mbuf to another in ipsec_copypkt(), as this is already handled by the call to M_MOVE_PKTHDR(), which also knows how to correc