summaryrefslogtreecommitdiff
path: root/source3/libads/ads_struct.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14s3:libads: add ads_set_reconnect_fn() and only reconnect if we can get credsStefan Metzmacher1-0/+7
2024-04-23s3:libads: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher1-3/+12
2022-07-04s3: libads: Fix coverity false positive.Jeremy Allison1-0/+1
2022-06-30s3: libads: Fix return from malloc check.Jeremy Allison1-2/+1
2022-06-27s3:libads: RIP ads_destroy()Samuel Cabrero1-12/+2
2022-06-27s3:libads: Allocate ads->config.config_path under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->config.schema_path under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->config.client_site_name under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->config.server_site_name under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->config.ldap_server_name under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->config.bind_path under ADS_STRUCT talloc contextSamuel Cabrero1-3/+6
2022-06-27s3:libads: Return ADS_STATUS from ads_build_dn()Samuel Cabrero1-3/+5
2022-06-27s3:libads: Return ADS_STATUS from ads_build_path()Samuel Cabrero1-8/+25
2022-06-27s3:libads: Allocate ads->config.realm under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->auth.ccache_name under ADS_STRUCT talloc contextSamuel Cabrero1-2/+0
2022-06-27s3:libads: Allocate ads->auth.kdc_server under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->auth.user_name under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero1-1/+0
2022-06-27s3:libads: Allocate ads->server.ldap_server under ADS_STRUCT talloc contextSamuel Cabrero1-3/+6
2022-06-27s3:libads: Allocate ads->server.workgroup under ADS_STRUCT talloc contextSamuel Cabrero1-2/+7
2022-06-27s3:libads: Alloc ads->server.realm under ADS_STRUCT talloc contextSamuel Cabrero1-3/+8
2022-06-27s3:libads: Remove no longer used is_mine flag from ADS_STRUCTSamuel Cabrero1-3/+0
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-16/+16
2022-06-27s3:libads: Move the ads_destroy() function up in the fileSamuel Cabrero1-41/+41
2022-06-27s3:libads: Remove unused defineSamuel Cabrero1-6/+0
2020-08-18s3: libads: Where we implicitly zero out ads->ldap in ads_init() or ads_destr...Jeremy Allison1-0/+6
2020-07-13Fix ads_set_sasl_wrap_flags to only change sasl flagsIsaac Boukris1-2/+6
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+13
2018-11-28s3:libads: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2016-01-15s3-libads: Use the configured LDAP page size.Justin Maggard1-2/+2
2015-12-18libads: Remove "foreign" from ads_structVolker Lendecke1-8/+0
2014-01-09s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider1-0/+2
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce1-0/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+5
2012-05-26s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett1-0/+4
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-2/+9
2011-01-12s3: Fix some nonempty blank linesVolker Lendecke1-8/+8
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-05-20s3-libads: add ads_set_sasl_wrap_flags().Günther Deschner1-0/+14
2008-12-23More asprintf warning fixes.Jeremy Allison1-3/+8
2008-01-23strtok -> strtok_rVolker Lendecke1-3/+4
2008-01-16Fix memleak in ads_build_path().Günther Deschner1-5/+11
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher1-0/+8
2007-10-10r23886: add ads_disconnect() functionStefan Metzmacher1-3/+1
2007-10-10r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner1-0/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter1-6/+0