Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67060 | Differences between
and this patch

Collapse All | Expand All

(-)smbpwman-0.5~/smbpwcommon.c (+2 lines)
Lines 2-7 Link Here
2
 * This is a passowrd cache for smb passwords
2
 * This is a passowrd cache for smb passwords
3
 *
3
 *
4
 */
4
 */
5
 
6
#define DEBUG
5
7
6
#include "smbpw.h"
8
#include "smbpw.h"
7
9
(-)smbpwman-0.5~/smbpwman.c (+2 lines)
Lines 56-61 Link Here
56
 *   Free records completely when the password is cleared
56
 *   Free records completely when the password is cleared
57
 */
57
 */
58
58
59
#define DEBUG
60
59
#include "version.h"
61
#include "version.h"
60
#include "smbpw.h"
62
#include "smbpw.h"
61
#include <stdarg.h>
63
#include <stdarg.h>
(-)smbpwman-0.5~/smbpwtest.c (+2 lines)
Lines 3-8 Link Here
3
 *
3
 *
4
 */
4
 */
5
5
6
#define DEBUG
7
6
#include "smbpw.h"
8
#include "smbpw.h"
7
9
8
int main(int argc, char **argv)
10
int main(int argc, char **argv)

Return to bug 67060