summaryrefslogtreecommitdiff
path: root/source3/libads/ads_struct.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20173: DNS update fixes:Gerald Carter1-0/+22
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison1-0/+2
2007-10-10r17626: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r16199: Fix Klocwork #1 - ensure we test the firstJeremy Allison1-10/+12
2007-10-10r15697: I take no comments as no objections :)Günther Deschner1-5/+5
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-3/+3
2007-10-10r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner1-0/+1
2007-10-10r11508: Removed incorrect patch hunk. Thanks to AndrewJeremy Allison1-2/+0
2007-10-10r11504: Added Andrew Bartletts removal of another NTLMSSP implementationJeremy Allison1-0/+2
2007-10-10r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner1-0/+5
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+6
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter1-8/+11
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
2003-06-25large change:Gerald Carter1-2/+1
2003-02-04Mem alloc checks.Jeremy Allison1-8/+10
2003-01-21sanity checks from Ken CrossGerald Carter1-2/+2
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-0/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-82/+25
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+24
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-16much better support for organisational units in ADS joinAndrew Tridgell1-11/+25
2001-12-19much better ADS error handling systemAndrew Tridgell1-30/+4
2001-12-19we only have gss_ fns on a krb5 capable boxAndrew Tridgell1-3/+6
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-0/+26
2001-12-13try the PDC for our workgroup if we can't find the ldap serverAndrew Tridgell1-3/+8
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-44/+5
2001-12-05fix link errorAndrew Tridgell1-0/+2
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+4
2001-12-05more memory leak fixesAndrew Tridgell1-4/+4
2001-11-29ads->realm must not be NULLAndrew Tridgell1-0/+3
2001-11-29define LDAP_PORT when not availableAndrew Tridgell1-0/+3
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett1-0/+182