summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison4-35/+108
2003-08-02Leave the packet sequence checkers enabled whilst I track down a smbclient ->...Jeremy Allison1-2/+2
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison4-12/+82
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison4-4/+97
2003-08-01Fix the option processing for smbtar. Does no one check this !Jeremy Allison2-6/+35
2003-08-01add tests for IRIX attr functionsHerb Lewis1-1/+3
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough20-20/+20
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough12-12/+12
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough23-25/+19
2003-08-01fix cut-n-paste error found by abartletGerald Carter1-8/+10
2003-08-01Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus saslVolker Lendecke1-25/+310
2003-08-01Fix a memory leak. I did not check all the calls to winbindd_request, butVolker Lendecke1-0/+2
2003-08-01locking.c now refers to map_nt_error_from_unix, so link it in withVolker Lendecke1-2/+2
2003-08-01Finish reformatting.Jeremy Allison1-516/+467
2003-08-01Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison2-1/+6
2003-08-01Reformat lots of clitar code as I hate the style so much :-).Jeremy Allison1-563/+540
2003-08-01Reformat clitar option processing - getting ready to fix it for popt...Jeremy Allison1-183/+176
2003-07-31CVAL_NC() doesn't need the (unsigned) fix and breaks the IRIX buildAndrew Tridgell1-1/+1
2003-07-31Added a note inspired by andrew@cis.uoguelph.ca to explain when thisJeremy Allison1-0/+7
2003-07-31only honor the first OID in the sessetup snego negotiate. DeviatesGerald Carter1-4/+15
2003-07-31Return proper error when it is impossible to change quota flagsAlexander Bokovoy1-2/+23
2003-07-31Fix off-by-one found by valgrind.Volker Lendecke1-1/+1
2003-07-31spnego.c has function definitions. Prototype them.Volker Lendecke1-1/+1
2003-07-31Fixes for memory leaks in gss spnego handling by aliguori.Volker Lendecke1-13/+9
2003-07-31This fixes an error I must have made when playing with spnego.c foundVolker Lendecke1-14/+35
2003-07-31Apply some constVolker Lendecke1-2/+2
2003-07-31make sure the domain sid is set when enumerating trusted domainsGerald Carter1-1/+24
2003-07-31working on transtive trusts issue:Gerald Carter9-144/+174
2003-07-31Whoops - this is probably better shell syntax.Tim Potter1-2/+1
2003-07-31Turn on automatic winbindd support for FreeBSD and see what the compile farmTim Potter1-0/+1
2003-07-31This is a critical bug fix for a data corruption bug. If youAndrew Tridgell1-2/+2
2003-07-31Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison3-73/+78
2003-07-31Turn the 'doing_signing' variable on - fix bug where it was only being setJeremy Allison1-1/+1
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison19-21/+72
2003-07-30Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison1-4/+4
2003-07-30Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison1-2/+3
2003-07-30Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2-12/+25
2003-07-30add a few more tidy ups. Now onto winbinddGerald Carter2-0/+12
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter5-7/+303
2003-07-30Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison1-4/+0
2003-07-30Comment out mutex until I get dependencies sorted out...Jeremy Allison1-0/+4
2003-07-30bin/net needs server_mutex as kerberos_verify now uses it.Volker Lendecke1-1/+1
2003-07-29Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison1-4/+13
2003-07-29split replace into replace and replace1 to allow setenv to be used byHerb Lewis3-23/+48
2003-07-29Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison1-9/+20
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy5-45/+373
2003-07-29Finish tridge's patch as referenced here :Jeremy Allison1-0/+17
2003-07-29Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison1-1/+1
2003-07-29Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough1-1/+1
2003-07-29This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke5-2/+586