[Pkg-samba-maint] r1436 - trunk/samba/debian/patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Wed May 30 21:29:30 UTC 2007
Author: bubulle
Date: 2007-05-30 21:29:30 +0000 (Wed, 30 May 2007)
New Revision: 1436
Modified:
trunk/samba/debian/patches/samba.patch
Log:
Remove the splitted part. By chance several pair of eyes are watching over
my shoulders. Merci, Julien.
Modified: trunk/samba/debian/patches/samba.patch
===================================================================
--- trunk/samba/debian/patches/samba.patch 2007-05-30 21:27:35 UTC (rev 1435)
+++ trunk/samba/debian/patches/samba.patch 2007-05-30 21:29:30 UTC (rev 1436)
@@ -1,5 +1,4 @@
-Goal: - chunk 1: ?
- - chunk 2: ?
+Goal: ?
Fixes: ?
@@ -9,37 +8,6 @@
Note:
-Index: samba-3.0.25a/source/client/smbmount.c
-===================================================================
---- samba-3.0.25a.orig/source/client/smbmount.c 2007-05-26 07:45:39.744216228 +0200
-+++ samba-3.0.25a/source/client/smbmount.c 2007-05-26 07:46:32.692638041 +0200
-@@ -768,7 +768,7 @@
- *lp = 0;
- pstrcpy(password,lp+1);
- got_pass = True;
-- memset(strchr_m(opteq+1,'%')+1,'X',strlen(password));
-+ memset(strchr_m(opteq+1,'%')+1,'\0',strlen(password));
- }
- if ((lp=strchr_m(username,'/'))) {
- *lp = 0;
-@@ -778,7 +778,7 @@
- !strcmp(opts, "password")) {
- pstrcpy(password,opteq+1);
- got_pass = True;
-- memset(opteq+1,'X',strlen(password));
-+ memset(opteq+1,'\0',strlen(password));
- } else if(!strcmp(opts, "credentials")) {
- pstrcpy(credentials,opteq+1);
- } else if(!strcmp(opts, "netbiosname")) {
-@@ -892,7 +892,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_m(username);
- }
Index: samba-3.0.25a/source/web/diagnose.c
===================================================================
--- samba-3.0.25a.orig/source/web/diagnose.c 2007-05-26 07:45:39.752216292 +0200
More information about the Pkg-samba-maint
mailing list