summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22893: Use ldap_rename_s instead of deprecated ldap_rename2_s.Michael Adam1-1/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke4-16/+16
2007-10-10r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the toke...Günther Deschner1-0/+104
2007-10-10r22799: Fix the build.Günther Deschner1-1/+1
2007-10-10r22798: Add the "apply group policy" access bit (as seen in type 0x05 ALLOWED...Günther Deschner1-1/+4
2007-10-10r22797: We are only interested in the DACL of the security descriptor, so sea...Günther Deschner2-19/+51
2007-10-10r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:Gerald Carter1-0/+70
2007-10-10r22714: Prevent DNS lookup storms when the DNS servers are unreachable.Gerald Carter1-9/+40
2007-10-10r22701: Fix the krb5_nt_status error table and add the "no DCs found" mappingGerald Carter1-2/+4
2007-10-10r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner1-3/+29
2007-10-10r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner1-0/+121
2007-10-10r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner1-53/+33
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-4/+8
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2-11/+23
2007-10-10r22479: Add "net ads keytab list".Günther Deschner1-0/+112
2007-10-10r22460: Adding a generic ads_ranged_search() function.Günther Deschner1-1/+173
2007-10-10r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged...Günther Deschner1-3/+37
2007-10-10r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't criticalStefan Metzmacher1-5/+10
2007-10-10r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.Jeremy Allison1-1/+2
2007-10-10r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher1-1/+1
2007-10-10r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison1-1/+1
2007-10-10r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher1-3/+3
2007-10-10r21968: Don't use gss-types in proto headers.Jeremy Allison1-1/+1
2007-10-10r21967: Add conversion from gss errors to nt status.Jeremy Allison1-1/+10
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-2/+4
2007-10-10r21863: Fix debug messages with incorrect function name.Jeremy Allison1-15/+15
2007-10-10r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which d...Günther Deschner1-2/+4
2007-10-10r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison1-5/+15
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison1-5/+13
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2-31/+74
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-3/+1
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-1/+3
2007-10-10r21822: Adding experimental krb5 lib locator plugin.Günther Deschner1-0/+384
2007-10-10r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.James Peach1-1/+1
2007-10-10r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach1-2/+2
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-2/+7
2007-10-10r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison1-1/+2
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce2-4/+18
2007-10-10r21561: It makes absolutely no sense to call krb5_kt_resolve() two timesGünther Deschner1-6/+1
2007-10-10r21558: Safe more indent, again no code changes.Günther Deschner1-37/+37
2007-10-10r21557: indent only fix. No code change.Günther Deschner1-49/+49
2007-10-10r21556: Remove superfluos return check in ads_keytab_verify_ticket().Günther Deschner1-2/+0
2007-10-10r21352: Let ads_upn_suffixes() return a pointer to an array of suffixes.Günther Deschner1-4/+4
2007-10-10r21349: Fix memleak in ads_upn_suffixes().Günther Deschner1-0/+3
2007-10-10r21273: * Protect the sasl bind against a NULL principal stringGerald Carter1-1/+29
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner3-5/+13
2007-10-10r21238: Fix tab indent in self-written krb5.confs.Günther Deschner1-1/+1
2007-10-10r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner1-13/+26
2007-10-10r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanupGerald Carter1-0/+11
2007-10-10r21021: Fix memleak.Günther Deschner1-0/+1