summaryrefslogtreecommitdiff
path: root/source3/libads/ldap_schema.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-2/+2
2010-11-20s3: Remove unused ads_get_attrname_by_oidVolker Lendecke1-41/+0
2010-11-20s3: Make ads_get_attrnames_by_oids staticVolker Lendecke1-4/+7
2010-09-20s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett1-1/+2
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-07-01s3-libads: move ldap posix schema defines to their own header file.Günther Deschner1-0/+1
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-2/+2
2008-09-16* Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter1-3/+12
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-2/+2
2007-10-10r23839: Try to get the attribute name from schema GUIDs or the display name fromGünther Deschner1-1/+1
2007-10-10r23835: Pass down a struct GUID to ads_get_attrname_by_guid() directly.Günther Deschner1-7/+2
2007-10-10r23829: Add ads_get_attrname_by_guid().Günther Deschner1-2/+51
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-10r23607: Add legacy support for Services for Unix (SFU) 2.0.Günther Deschner1-17/+55
2007-10-10r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter1-45/+32
2007-10-10r18670: Fix memleaks.Günther Deschner1-0/+2
2007-10-10r18508: A query for the LDAP schema can never be done anonymously against AD.Günther Deschner1-22/+1
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke1-3/+3
2007-10-10r16589: Fix Klocwork #1999. Although it should be impossible toJeremy Allison1-0/+5
2007-10-10r15980: Correctly destroy talloc_ctx when the LDAP posix attribute query hasGünther Deschner1-7/+8
2007-10-10r15697: I take no comments as no objections :)Günther Deschner1-0/+329