ea54ad0f60
- New upstream release Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3, -regcreatekey_winxp_v1, -usrmgr_groups_v1, and -winbindd_v1 This obsoletes the -pie and -delim patches the -warning and -gcc4 patches are obsolete too The -man, -passwd, and -smbspool patches were updated to match 3.0.20pre1 Also, the -quoting patch was implemented differently upstream There is now a umount.cifs executable and manpage We run autogen.sh as part of the build phase The testprns command is now gone libsmbclient now has a man page - Include -bug106483 patch to close bz#106483 smbclient: -N negates the provided password, despite documentation - Added the -warnings patch to quiet some compiler warnings. - Removed many obsolete patches from CVS.
12 lines
378 B
Diff
12 lines
378 B
Diff
--- samba-3.0.15pre2/source/client/#client.c~ 2005-05-23 11:51:14.000000000 -0400
|
|
+++ samba-3.0.15pre2/source/client/client.c 2005-05-23 11:52:21.000000000 -0400
|
|
@@ -3502,7 +3502,7 @@
|
|
}
|
|
}
|
|
|
|
- if (poptPeekArg(pc) && !cmdline_auth_info.got_pass) {
|
|
+ if (poptPeekArg(pc) ) {
|
|
cmdline_auth_info.got_pass = True;
|
|
pstrcpy(cmdline_auth_info.password,poptGetArg(pc));
|
|
}
|