diff options
author | Jeremy Allison <jra@samba.org> | 2009-03-13 17:49:24 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-03-13 17:49:24 -0700 |
commit | f48a345e4a215173ad9e7d2777bacc0decb2bcc7 (patch) | |
tree | 411aabcb24f39c0e9c908cac0aef264920564810 /source3/include/smb.h | |
parent | 5df46fa35bd7c7aa083d4db1331b6f056ef70c77 (diff) | |
download | samba-f48a345e4a215173ad9e7d2777bacc0decb2bcc7.tar.gz samba-f48a345e4a215173ad9e7d2777bacc0decb2bcc7.tar.xz samba-f48a345e4a215173ad9e7d2777bacc0decb2bcc7.zip |
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
password talloc'ed strings within the cli_struct.
Jeremy.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a0140fe0819..281a218256f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1759,13 +1759,6 @@ struct node_status_extra { /* There really is more here ... */ }; -struct pwd_info { - bool null_pwd; - bool cleartext; - - fstring password; -}; - /* For split krb5 SPNEGO blobs. */ struct pending_auth_data { struct pending_auth_data *prev, *next; |