diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-04 19:00:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-04 19:00:17 +0000 |
commit | a8c167b56575671955e0e9bfeea126fd48071b18 (patch) | |
tree | 5119aab6b35b7f444007f60bb37ef161dfa55bba /net/samba3/files/patch-utils_net_time.c | |
parent | Update to 2.14.3. (diff) |
*** net/samba3:
- Update to 3.0.23c
Common bugs fixed in 3.0.23c include: [1]
o Authentication failures in pam_winbind when the AD domain
policy is set to not expire passwords.
o Authorization failures when using smb.conf options such
as "valid users" with the smbpasswd passdb backend.
*** net/samba-libsmbclient: [2]
- Small cosmetic changes
*** net/py-samba: [3]
- Reset PORTREVISION back, as master port version bumped
PR: ports/102805 [1]
ports/102806 [2]
ports/102807 [3]
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=172209
Diffstat (limited to 'net/samba3/files/patch-utils_net_time.c')
-rw-r--r-- | net/samba3/files/patch-utils_net_time.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba3/files/patch-utils_net_time.c b/net/samba3/files/patch-utils_net_time.c index 7248d85066dc..9af23abe7230 100644 --- a/net/samba3/files/patch-utils_net_time.c +++ b/net/samba3/files/patch-utils_net_time.c @@ -1,8 +1,8 @@ ---- utils/net_time.c.orig Fri Feb 25 18:59:42 2005 -+++ utils/net_time.c Sun Mar 20 01:41:20 2005 -@@ -76,9 +76,16 @@ - - tm = localtime(&t); +--- utils/net_time.c.orig Fri Jun 23 15:16:53 2006 ++++ utils/net_time.c Thu Aug 24 01:30:57 2006 +@@ -79,9 +79,16 @@ + return "unknown"; + } +#if defined(FREEBSD) + fstr_sprintf(s, "%02d%02d%02d%02d%02d.%02d", |