diff options
author | Eloy Paris <peloy@samba.org> | 2003-07-15 17:22:38 +0000 |
---|---|---|
committer | Eloy Paris <peloy@samba.org> | 2003-07-15 17:22:38 +0000 |
commit | 4a12fe6044229cc5f59bd5029309ba9fe331b214 (patch) | |
tree | 582683bfb7da617aad2fd4a40ed323c52dfab2cc /packaging/Debian/debian/patches/samba.patch | |
parent | 8c4be2bbc9d1b42ae1b26a3a2519dd2c911dee45 (diff) | |
download | samba-4a12fe6044229cc5f59bd5029309ba9fe331b214.tar.gz samba-4a12fe6044229cc5f59bd5029309ba9fe331b214.tar.bz2 samba-4a12fe6044229cc5f59bd5029309ba9fe331b214.zip |
Debian updates. Brings files in packaging/Debian on par with the
latest Debian official packages for Debian unstable. Also fixes
patches that got out of date in the beta2->beta3 development process.
(This used to be commit 03871fd574bf9c0f6d88c96423f77e9ada7b16f7)
Diffstat (limited to 'packaging/Debian/debian/patches/samba.patch')
-rw-r--r-- | packaging/Debian/debian/patches/samba.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Debian/debian/patches/samba.patch b/packaging/Debian/debian/patches/samba.patch index 3925081735..bface14166 100644 --- a/packaging/Debian/debian/patches/samba.patch +++ b/packaging/Debian/debian/patches/samba.patch @@ -19,14 +19,14 @@ diff -uNr samba-3.0.0beta1.orig/source/client/smbmount.c samba-3.0.0beta1/source } else if(!strcmp(opts, "credentials")) { pstrcpy(credentials,opteq+1); } else if(!strcmp(opts, "netbiosname")) { -@@ -889,7 +889,7 @@ +@@ -889,7 +901,7 @@ *p = 0; pstrcpy(password,p+1); got_pass = True; - memset(strchr_m(getenv("USER"),'%')+1,'X',strlen(password)); + memset(strchr_m(getenv("USER"),'%')+1,'\0',strlen(password)); } - strupper(username); + strupper_m(username); } diff -uNr samba-3.0.0beta1.orig/source/script/installbin.sh samba-3.0.0beta1/source/script/installbin.sh --- samba-3.0.0beta1.orig/source/script/installbin.sh 2002-04-22 13:16:20.000000000 -0500 |