summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14s3:libads: add ads_set_reconnect_fn() and only reconnect if we can get credsStefan Metzmacher1-0/+11
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-86/+4
2022-06-27s3:libads: Remove no longer used is_mine flag from ADS_STRUCTSamuel Cabrero1-2/+0
2017-05-30libads: Decide to have no fallback optionGarming Sam1-0/+1
2017-05-17libads: abstract out SASL wrapping codeAlexander Bokovoy1-32/+36
2015-12-18libads: Remove "foreign" from ads_structVolker Lendecke1-2/+0
2015-04-22Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe1-15/+15
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce1-0/+1
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-11/+0
2012-05-26s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett1-0/+1
2011-09-13s3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-05-06s3-includes: no need to globally include libads/ads_status.h.Günther Deschner1-0/+1
2011-03-16s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner1-0/+2
2010-09-07s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke1-1/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-1/+7
2010-07-01s3-libads: move ldap posix schema defines to their own header file.Günther Deschner1-48/+0
2010-07-01s3-libads: move spnego defines to their appropriate header file.Günther Deschner1-6/+0
2010-07-01s3-libads: only include libds flags where needed.Günther Deschner1-2/+0
2010-07-01s3-libads: move keytab macros out of ads.h.Günther Deschner1-18/+0
2010-07-01s3-libads: move ads_status to a separate header file.Günther Deschner1-33/+0
2010-07-01s3-libads: use shared well known guids.Günther Deschner1-3/+0
2010-07-01s3-libads: move KRB5_ENV_CCNAME to separate header krb5_env.h.Günther Deschner1-3/+0
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-53/+18
2009-10-02s3-ads: removed 3 unused definesAndrew Tridgell1-3/+0
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+6
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-125/+2
2009-04-20Move gpo_sec to top-level.Jelmer Vernooij1-2/+0
2009-02-06s3: use pidl to pull a KRB5_EDATA_NTSTATUS.Günther Deschner1-6/+0
2008-12-13s3: correctly detect if the current dc is the closest oneStefan Metzmacher1-1/+0
2008-09-16* Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter1-0/+5
2008-08-29kerberos: fix HAVE_KRB5 related build issue.Günther Deschner1-3/+4
2008-08-29kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner1-1/+9
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner1-0/+12
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-1/+3
2008-06-24libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner1-8/+9
2008-02-28Remove DomainControllerAddressType which we now have in IDL.Günther Deschner1-5/+0
2008-01-29Move DS_DOMAIN_FUNCTION defines to ads.h.Günther Deschner1-0/+7
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-1/+1
2007-10-10r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner1-0/+2
2007-10-10r24131: - make it more clear what the different min and max fields meanStefan Metzmacher1-4/+5
2007-10-10r24039: remove unused global variable...Stefan Metzmacher1-1/+1
2007-10-10r23946: add support for NTLMSSP sign and sealStefan Metzmacher1-1/+1
2007-10-10r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher1-1/+12
2007-10-10r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher1-2/+2
2007-10-10r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher1-15/+46
2007-10-10r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher1-3/+3
2007-10-10r23896: hopefully fix the build on most systemsStefan Metzmacher1-1/+1
2007-10-10r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher1-4/+6
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-10/+13
2007-10-10r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner1-0/+2