summaryrefslogtreecommitdiff
path: root/source3/libads/ads_struct.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libads: Fix coverity false positive.Jeremy Allison2022-07-041-0/+1
* s3: libads: Fix return from malloc check.Jeremy Allison2022-06-301-2/+1
* s3:libads: RIP ads_destroy()Samuel Cabrero2022-06-271-12/+2
* s3:libads: Allocate ads->config.config_path under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->config.schema_path under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->config.client_site_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->config.server_site_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->config.ldap_server_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->config.bind_path under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-3/+6
* s3:libads: Return ADS_STATUS from ads_build_dn()Samuel Cabrero2022-06-271-3/+5
* s3:libads: Return ADS_STATUS from ads_build_path()Samuel Cabrero2022-06-271-8/+25
* s3:libads: Allocate ads->config.realm under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->auth.ccache_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-2/+0
* s3:libads: Allocate ads->auth.kdc_server under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->auth.user_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-1/+0
* s3:libads: Allocate ads->server.ldap_server under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-3/+6
* s3:libads: Allocate ads->server.workgroup under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-2/+7
* s3:libads: Alloc ads->server.realm under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-3/+8
* s3:libads: Remove no longer used is_mine flag from ADS_STRUCTSamuel Cabrero2022-06-271-3/+0
* s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero2022-06-271-16/+16
* s3:libads: Move the ads_destroy() function up in the fileSamuel Cabrero2022-06-271-41/+41
* s3:libads: Remove unused defineSamuel Cabrero2022-06-271-6/+0
* s3: libads: Where we implicitly zero out ads->ldap in ads_init() or ads_destr...Jeremy Allison2020-08-181-0/+6
* Fix ads_set_sasl_wrap_flags to only change sasl flagsIsaac Boukris2020-07-131-2/+6
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+13
* s3:libads: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* s3-libads: Use the configured LDAP page size.Justin Maggard2016-01-151-2/+2
* libads: Remove "foreign" from ads_structVolker Lendecke2015-12-181-8/+0
* s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider2014-01-091-0/+2
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-121-0/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+5
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-05-261-0/+4
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-2/+9
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-121-8/+8
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-libads: add ads_set_sasl_wrap_flags().Günther Deschner2010-05-201-0/+14
* More asprintf warning fixes.Jeremy Allison2008-12-231-3/+8
* strtok -> strtok_rVolker Lendecke2008-01-231-3/+4
* Fix memleak in ads_build_path().Günther Deschner2008-01-161-5/+11
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher2007-10-101-0/+8
* r23886: add ads_disconnect() functionStefan Metzmacher2007-10-101-3/+1
* r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner2007-10-101-0/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter2007-10-101-6/+0
* r20173: DNS update fixes:Gerald Carter2007-10-101-0/+22
* r17945: Store the server and client sitenames in the ADSJeremy Allison2007-10-101-0/+2