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