summaryrefslogtreecommitdiff
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1019-38/+19
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1020-20/+20
* r23772: Add ads_find_samaccount() helper function.Günther Deschner2007-10-101-0/+60
* r23654: Remove misleading inline comment.Günther Deschner2007-10-101-4/+2
* r23651: Always, always, always compile before commit...Günther Deschner2007-10-101-1/+1
* r23650: Fix remaining callers of krb5_kt_default().Günther Deschner2007-10-101-3/+4
* r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner2007-10-101-137/+1
* r23648: Allow to list a custom krb5 keytab file with:Günther Deschner2007-10-101-2/+2
* r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner2007-10-101-2/+2
* r23646: Generalize our internal keytab handling to support a broader range of...Günther Deschner2007-10-101-47/+140
* r23607: Add legacy support for Services for Unix (SFU) 2.0.Günther Deschner2007-10-101-17/+55
* r23514: Remove unused function ads_get_dn_from_extended_dn().Jeremy Allison2007-10-101-29/+0
* r23477: Build farm fix: Use int rather than MIT's krb5_int32 when setting con...Gerald Carter2007-10-101-1/+1
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-39/+63
* r23251: whoops! Fix compile errorGerald Carter2007-10-101-2/+6
* r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d...Jeremy Allison2007-10-101-1/+2
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-101-12/+24
* r22893: Use ldap_rename_s instead of deprecated ldap_rename2_s.Michael Adam2007-10-101-1/+2
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-104-16/+16
* r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the toke...Günther Deschner2007-10-101-0/+104
* r22799: Fix the build.Günther Deschner2007-10-101-1/+1
* r22798: Add the "apply group policy" access bit (as seen in type 0x05 ALLOWED...Günther Deschner2007-10-101-1/+4
* r22797: We are only interested in the DACL of the security descriptor, so sea...Günther Deschner2007-10-102-19/+51
* r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:Gerald Carter2007-10-101-0/+70
* r22714: Prevent DNS lookup storms when the DNS servers are unreachable.Gerald Carter2007-10-101-9/+40
* r22701: Fix the krb5_nt_status error table and add the "no DCs found" mappingGerald Carter2007-10-101-2/+4
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-101-3/+29
* r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner2007-10-101-0/+121
* r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner2007-10-101-53/+33
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-102-11/+23
* r22479: Add "net ads keytab list".Günther Deschner2007-10-101-0/+112
* r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-10-101-1/+173
* r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged...Günther Deschner2007-10-101-3/+37
* r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't criticalStefan Metzmacher2007-10-101-5/+10
* r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.Jeremy Allison2007-10-101-1/+2
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-1/+1
* r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison2007-10-101-1/+1
* r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher2007-10-101-3/+3
* r21968: Don't use gss-types in proto headers.Jeremy Allison2007-10-101-1/+1
* r21967: Add conversion from gss errors to nt status.Jeremy Allison2007-10-101-1/+10
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-2/+4
* r21863: Fix debug messages with incorrect function name.Jeremy Allison2007-10-101-15/+15
* r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which d...Günther Deschner2007-10-101-2/+4
* r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison2007-10-101-5/+15
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-5/+13
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-102-31/+74
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-3/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+3
* r21822: Adding experimental krb5 lib locator plugin.Günther Deschner2007-10-101-0/+384