1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Jim McDonough 9a8e30d04b Fix bugzilla # 1208
Winbind tickets expired.  We now check the expiration time, and acquire
new tickets.  We couln't rely on renewing them, because if we didn't get
a request before they expired, we wouldn't have renewed them.  Also, there
is a one-week limit in MS on renewal life, so new tickets would have been
needed after a week anyway.   Default is 10 hours, so we should only be
acquiring them that often, unless the configuration on the DC is changed (and
the minimum is 1 hour).
(This used to be commit c2436c433a)
2004-03-24 17:32:55 +00:00
..
.cvsignore ignore *.po32 files 1998-10-05 12:36:44 +00:00
asn1.c More paranoia checks. 2004-02-11 23:25:51 +00:00
cliconnect.c Fix bugzilla # 1208 2004-03-24 17:32:55 +00:00
clidgram.c Fix coredump in cli_get_backup_list. 2003-11-05 00:17:14 +00:00
clientgen.c updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD 2004-03-19 16:22:47 +00:00
clierror.c Eliminate valgrind error when client gets bad sig on list. Some reformatting. 2003-07-30 18:57:37 +00:00
clifile.c Added cli_set_ea(), cli_get_ea next... 2004-03-24 03:48:08 +00:00
clifsinfo.c smbcquota patch from metze 2003-04-11 23:32:00 +00:00
clikrb5.c This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS 2004-01-08 08:19:18 +00:00
clilist.c Janitor for tpot...bugzilla #1098, msleep already exists on aix 2004-02-23 02:54:03 +00:00
climessage.c Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv" 2004-03-11 22:48:24 +00:00
clioplock.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
cliprint.c get rid of some sompiler warnings on IRIX 2003-08-15 01:42:30 +00:00
cliquota.c More merges from HEAD: 2003-04-16 14:45:11 +00:00
clirap2.c get rid of some sompiler warnings on IRIX 2003-08-15 01:42:30 +00:00
clirap.c That const was one too many 2004-02-26 14:34:44 +00:00
clireadwrite.c RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho. 2003-08-08 17:08:35 +00:00
clisecdesc.c According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind 2003-10-23 13:45:48 +00:00
clispnego.c This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS 2004-01-08 08:19:18 +00:00
clistr.c Whitespace syncup. 2003-04-14 02:27:41 +00:00
clitrans.c Ensure we use the same mid for the secondary trans requests, W2K3 2003-12-01 03:24:50 +00:00
conncache.c fix typo in debug log 2003-07-16 02:51:28 +00:00
credentials.c Add a dash of const here and there... 2002-03-02 04:41:55 +00:00
doserr.c Merge of server unavailable error string. 2003-04-15 06:55:42 +00:00
errormap.c Can't set allocation size on directories, return correct error code on 2004-02-28 01:53:30 +00:00
libsmb_cache.c updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD 2004-03-19 16:22:47 +00:00
libsmb_compat.c Remove some unused variables uncovered by the build farm. 2003-10-27 06:51:39 +00:00
libsmbclient.c updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD 2004-03-19 16:22:47 +00:00
namecache.c large change: 2003-06-25 17:41:05 +00:00
namequery_dc.c Change our Domain controller lookup routines to more carefully seperate 2004-01-05 04:10:28 +00:00
namequery.c Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com (MORIYAMA Masayuki). 2004-03-13 02:16:21 +00:00
nmblib.c Ensure we don't truncate strcmps to nstring anymore... 2004-03-13 02:47:21 +00:00
nterr.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
ntlm_check.c Move our basic password checking code from inside the authentication 2003-12-30 07:33:58 +00:00
ntlmssp_parse.c Fix for possible crash bug from Sebastian Krahmer (SuSE). 2004-02-10 02:21:38 +00:00
ntlmssp_sign.c Fix the initialisation vectors for NTLM2, so that they at least make sense, 2004-01-25 01:11:10 +00:00
ntlmssp.c Fix up name canonicalization (needed for krb5 keytab support later). 2004-01-30 18:38:48 +00:00
passchange.c This adds client-side support for the unicode/SAMR password change scheme. 2004-01-26 08:45:02 +00:00
pwd_cache.c Remove more unused portions of the 'password cache'. 2004-02-08 05:31:01 +00:00
samlogon_cache.c i guess i'm the only one this ever annyoed... 2003-07-10 20:37:01 +00:00
smb_signing.c Fix for a signing bug when the mid wraps. 2004-01-17 00:30:35 +00:00
smbdes.c Add support for variable-length session keys in our client code. 2003-11-22 23:38:41 +00:00
smbencrypt.c Remove unused utility function. 2004-02-08 00:58:56 +00:00
smberr.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
spnego.c Add the gss-spnego kerberos server side to ntml_auth. This uses the 2003-08-15 02:57:59 +00:00
trustdom_cache.c convert snprintf() calls using pstrings & fstrings 2003-07-23 12:33:59 +00:00
trusts_util.c Change our Domain controller lookup routines to more carefully seperate 2004-01-05 04:10:28 +00:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00