Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
[ira/wip.git] / source3 / libads /
2007-12-29 Volker LendeckeMake use of [un]marshall_sec_desc
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-17 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-17 Simo SorceWhile 'data' is usually 0 terminated, nothing in the...
2007-12-16 Volker Lendeckemake use of unmarshall_sec_desc
2007-12-16 Jeremy AllisonDoh, fix typo in error exit.
2007-12-16 Jeremy AllisonAdded patch originally by Andreas Schneider <anschneide...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Michael AdamRemove an incredible amount of whitespace.
2007-12-06 Stefan Metzmacherlibads: fix typo
2007-12-05 Volker LendeckeRemove some globals
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-27 Volker LendeckeRemove some statics
2007-11-26 Volker LendeckeRemove a global
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonMore pstring removal....
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-10-29 Jeremy AllisonFix the setup_kaddr() call to cope with IPv6.
2007-10-29 Jeremy AllisonChange our DNS code to cope with AAAA records. A6 records
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Michael Adamr25422: Get rid of some cast warnings.
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr25328: When using ldap sasl wrapping with gssapi it...
2007-10-10 Jeremy Allisonr25165: Use talloc_asprintf_append_buffer with an unmod...
2007-10-10 Günther Deschnerr25133: Fix sasl wrapping (for ldap sign&seal).
2007-10-10 Günther Deschnerr25109: Remove obsolete argument from ads_guess_service...
2007-10-10 Günther Deschnerr25108: Make ifdef labyrinth in sasl code a bit more...
2007-10-10 Günther Deschnerr25080: Once we decrypted the packet but have timing...
2007-10-10 Lars Müllerr25030: ip_srv_nonsite and count_nonsite are initialize...
2007-10-10 Michael Adamr24836: Initialize some uninitialized variables.
2007-10-10 Günther Deschnerr24833: Move locator to nsswitch (does not belong to...
2007-10-10 Günther Deschnerr24832: In the winbind-locator recursion case, try...
2007-10-10 Günther Deschnerr24804: As a temporary workaround, also try to guess...
2007-10-10 Günther Deschnerr24769: Merge error handling for locator plugin.
2007-10-10 Günther Deschnerr24752: Make sure to return properly when the locator...
2007-10-10 Günther Deschnerr24748: Remove all dependencies to samba internals...
2007-10-10 Günther Deschnerr24739: With resolve_ads() allow to query for PDCs...
2007-10-10 Günther Deschnerr24654: Adapt to coding conventions.
2007-10-10 Günther Deschnerr24432: Expand kerberos_return_pac() so that it can...
2007-10-10 Günther Deschnerr24424: Fix the build.
2007-10-10 Günther Deschnerr24252: Dump guid of msExchMailboxGuid when returned.
2007-10-10 Günther Deschnerr24251: Neverending fun:
2007-10-10 Volker Lendecker24166: Fix Coverity ID 391
2007-10-10 Gerald Carterr24158: SE_GROUP_RESOURCE in the other_sids list appare...
2007-10-10 Stefan Metzmacherr24131: - make it more clear what the different min...
2007-10-10 Stefan Metzmacherr24128: fix double free in error path
2007-10-10 Stefan Metzmacherr24104: fix the build, sorry...
2007-10-10 Stefan Metzmacherr24103: add some useful debug messages, as not all...
2007-10-10 Stefan Metzmacherr24098: - make use of the ads_service_principal abstraction
2007-10-10 Stefan Metzmacherr24095: add one more fallback alternative to
2007-10-10 Stefan Metzmacherr24093: move gssapi/krb5 principal handling into a...
2007-10-10 Stefan Metzmacherr24072: Add "client ldap sasl wrapping" parameter.
2007-10-10 Günther Deschnerr24066: Fix memleak found by Volker. We don't leak...
2007-10-10 Volker Lendecker24065: According to gd, this breaks heimdal. Thanks...
2007-10-10 Stefan Metzmacherr24062: fix logic for broken krb5 libs which always...
2007-10-10 Volker Lendecker24058: Fix some memory leaks in ads_secrets_verify_ticket.
2007-10-10 Stefan Metzmacherr24042: add support for krb5 sign and seal in LDAP...
2007-10-10 Stefan Metzmacherr24037: only setup sasl wrapping after a successful...
2007-10-10 Günther Deschnerr23973: For debugging, add (undocumented) net ads kerbe...
2007-10-10 Günther Deschnerr23970: Allow to set the debuglevel at which to dump...
2007-10-10 Günther Deschnerr23969: Some helper routines to retrieve a PAC and...
2007-10-10 Volker Lendecker23953: Some C++ warnings
2007-10-10 Günther Deschnerr23951: Fix segfault.
2007-10-10 Stefan Metzmacherr23948: add gsskrb5 sign and seal support for LDAP...
2007-10-10 Stefan Metzmacherr23946: add support for NTLMSSP sign and seal
2007-10-10 Stefan Metzmacherr23945: add infrastructure to select plain, sign or...
2007-10-10 Stefan Metzmacherr23943: - always provide ads_setup_sasl_wrapping()...
2007-10-10 Günther Deschnerr23937: Use ads_config_path() when we need to know...
2007-10-10 Stefan Metzmacherr23933: - implement ctrl SASL wrapping hook
2007-10-10 Stefan Metzmacherr23926: implement output buffer handling for the SASL...
2007-10-10 Stefan Metzmacherr23922: implement input buffer handling for the SASL...
2007-10-10 Stefan Metzmacherr23918: not all ldap libraries support debugging
2007-10-10 Stefan Metzmacherr23916: use the correct io operations for debugging
2007-10-10 Stefan Metzmacherr23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL...
2007-10-10 Stefan Metzmacherr23893: add dummy callbacks for LDAP SASL wrapping,
2007-10-10 Stefan Metzmacherr23888: move elements belonging to the current ldap...
2007-10-10 Stefan Metzmacherr23886: add ads_disconnect() function
2007-10-10 Günther Deschnerr23869: Protect against partial security descriptors.
2007-10-10 Günther Deschnerr23861: Fix return code in ads_find_samaccount().
2007-10-10 Günther Deschnerr23842: Attempt to fix the build with LDAP.
2007-10-10 Günther Deschnerr23839: Try to get the attribute name from schema GUIDs...
2007-10-10 Günther Deschnerr23838: Allow to store schema and config path in ADS_ST...
2007-10-10 Günther Deschnerr23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.
2007-10-10 Günther Deschnerr23836: Add ads_config_path() and ads_get_extended_righ...
2007-10-10 Günther Deschnerr23835: Pass down a struct GUID to ads_get_attrname_by_...
2007-10-10 Günther Deschnerr23834: Allow to pass an ADS_STRUCT pointer down to...
2007-10-10 Günther Deschnerr23833: Document ads_find_samaccount().
2007-10-10 Günther Deschnerr23829: Add ads_get_attrname_by_guid().
2007-10-10 Günther Deschnerr23826: Fix gpo security filtering by matching the...
2007-10-10 Günther Deschnerr23820: Display security_ace_object in LDAP security...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
next