summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2-31/+64
2007-10-10r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett3-6/+70
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell2-2/+22
2007-10-10r23034: Thanks to metze for providing some vital clues in the 'kerberos ccacheAndrew Bartlett1-2/+6
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell3-75/+68
2007-10-10r22990: free temporary memory also on success...Stefan Metzmacher1-0/+1
2007-10-10r22987: Clarify how the events are handled in the kerberos code, andAndrew Bartlett1-7/+17
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell6-4/+31
2007-10-10r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.Andrew Bartlett1-108/+95
2007-10-10r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett3-6/+15
2007-10-10r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairyAndrew Tridgell1-1/+4
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher1-4/+4
2007-10-10r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher2-2/+3
2007-10-10r22627: fix crash msgs_tmp isn't always initializedStefan Metzmacher1-1/+1
2007-10-10r22621: fix the 'sam' auth moduleStefan Metzmacher1-33/+18
2007-10-10r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij1-1/+1
2007-10-10r22594: This helped coax out valgrind errors last night, but we don't need it...Andrew Bartlett1-2/+0
2007-10-10r22582: Cleanups towards making winbind work again. We still have a long way...Andrew Bartlett1-2/+5
2007-10-10r22558: Move to a static list of enctypes to put into our keytab. In future,Andrew Bartlett2-63/+74
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher3-12/+10
2007-10-10r22397: hopefully fix the build on some aix hosts in the build-farmStefan Metzmacher1-1/+1
2007-10-10r22387: see if this fixes the build on the aix1 hostsStefan Metzmacher1-1/+1
2007-10-10r22385: remove unused includeStefan Metzmacher1-1/+0
2007-10-10r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett1-0/+6
2007-10-10r22293: Try to make it more clear what failed to parse.Andrew Bartlett1-1/+1
2007-10-10r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett1-7/+4
2007-10-10r22199: fix typoStefan Metzmacher1-2/+2
2007-10-10r22187: Test kerberos logins in the smbclient blackbox tests, including with aAndrew Bartlett1-0/+4
2007-10-10r22115: I don't like the DOMAIN environment variable. It really isn't a goodAndrew Bartlett1-4/+0
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett3-4/+5
2007-10-10r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. AddJames Peach1-0/+15
2007-10-10r21451: if kerberos is requested ( -k yes ), we should use authentificated co...Stefan Metzmacher1-0/+5
2007-10-10r21434: - get rid of "krb5Key"Stefan Metzmacher1-1/+1
2007-10-10r21362: rename:Stefan Metzmacher2-4/+4
2007-10-10r21314: add more usefull debug outputStefan Metzmacher1-6/+6
2007-10-10r21175: Fix the kerberos keytab update code to handle deletes.Andrew Bartlett1-3/+2
2007-10-10r21142: fix compiler warningsStefan Metzmacher1-0/+1
2007-10-10r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2-75/+18
2007-10-10r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett1-5/+0
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett1-1/+28
2007-10-10r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett1-3/+3
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-2/+2
2007-10-10r20639: Commit part 1 of 2.Andrew Bartlett1-2/+0
2007-10-10r20520: allow the caller to pass NULL if it doesn't want a session infoStefan Metzmacher1-3/+10
2007-10-10r20352: Use the common function to find the DN for a domain.Andrew Bartlett1-6/+3
2007-10-10r20275: we should check for the oid the caller gave us!Stefan Metzmacher1-1/+1
2007-10-10r20274: add missing return statement and make it more explicit that we return...Stefan Metzmacher1-2/+3
2007-10-10r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher1-5/+5
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-4/+2
2007-10-10r20135: attach default gensec features to the cli_credentials structure,Stefan Metzmacher3-0/+16