summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Collapse)AuthorAgeFilesLines
...
* r24158: SE_GROUP_RESOURCE in the other_sids list apparently means aGerald Carter2007-10-101-1/+1
| | | | | | | domain local group. Fix a typo in the PAC debugging routine (This used to be commit b0b66b2e7af133b199868b946fad70016e1cefbd)
* r24131: - make it more clear what the different min and max fields meanStefan Metzmacher2007-10-102-37/+48
| | | | | | | | | | - with the "GSSAPI" sasl mech the plain, sign or seal negotiation is independed from the req_flags and ret_flags - verify the server supports the wrapping type we want - better handling on negotiated buffer sizes metze (This used to be commit d0ec7323870ca16b28d458ff5f7dacce278b7d54)
* r24128: fix double free in error pathStefan Metzmacher2007-10-101-6/+7
| | | | | metze (This used to be commit 29e2d8e044c9213643a2f5f29891ce853a839347)
* r24104: fix the build, sorry...Stefan Metzmacher2007-10-101-3/+4
| | | | | metze (This used to be commit a5e1f9fd293fab26d664a72ee652eb8ca72128b7)
* r24103: add some useful debug messages, as not all LDAPStefan Metzmacher2007-10-101-3/+19
| | | | | | | libraries support wrapping hooks... metze (This used to be commit 581a1d3a20ffed42ccc7f35f163fd343ed12ccd3)
* r24098: - make use of the ads_service_principal abstractionStefan Metzmacher2007-10-101-61/+32
| | | | | | | | | also for the "GSSAPI" sasl mech. - also use the ads_kinit_password() fallback logic from the "GSS-SPNEGO" sasl mech. metze (This used to be commit cbaf44de1e1f8007dc4ca249791ea30d2902c7c4)
* r24095: add one more fallback alternative toStefan Metzmacher2007-10-101-0/+20
| | | | | | | construct the principal metze (This used to be commit b545667d2a45a79bba05c9fe9e93a19951d60af7)
* r24093: move gssapi/krb5 principal handling into a functionStefan Metzmacher2007-10-101-88/+146
| | | | | metze (This used to be commit 83de27968d434d67d23851b0c285221c870ff75e)
* r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher2007-10-101-0/+8
| | | | | | | Possible values are "plain" (default), "sign" or "seal". metze (This used to be commit 26ccbad7212e9acd480b98789f04b71c1e940ea8)
* r24066: Fix memleak found by Volker. We don't leak keys now with MIT and ↵Günther Deschner2007-10-101-0/+1
| | | | | | | Heimdal. Guenther (This used to be commit 7755ad750facc44b6a5df2136cb536547048cd48)
* r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke2007-10-101-3/+0
| | | | (This used to be commit ea5f53eac81e8a969587eb3996b16a1afd948877)
* r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher2007-10-101-1/+2
| | | | | | | sign and seal... metze (This used to be commit 4a4fc8cccbcbe17eebcefcd0107f7de60d751f5c)
* r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke2007-10-101-0/+3
| | | | | | | | | Jeremy, Günther, please review! Thanks, Volker (This used to be commit 000e096c277a71ca30c1c109aae62241ad466bee)
* r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher2007-10-101-1/+309
| | | | | metze (This used to be commit 34ab84aceb86195743abd26c46a631640409725e)
* r24037: only setup sasl wrapping after a successful bindStefan Metzmacher2007-10-101-2/+4
| | | | | metze (This used to be commit 85d6cd3dfb5cbd9e899957265e352583ff608ed4)
* r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, ↵Günther Deschner2007-10-101-1/+1
| | | | | | | | | renew, pac). Guenther (This used to be commit 4cada7c1485c9957e553d6e75cb6f30f4338489f)
* r23970: Allow to set the debuglevel at which to dump the PAC logon info.Günther Deschner2007-10-101-18/+18
| | | | | Guenther (This used to be commit 7d321aad83cb7b9cc766bc89a886676337a2bad8)
* r23969: Some helper routines to retrieve a PAC and PAC elements.Günther Deschner2007-10-101-0/+160
| | | | | Guenther (This used to be commit d4c87c792a955be7d5ef59fc683fc48e3d8afe16)
* r23953: Some C++ warningsVolker Lendecke2007-10-102-4/+7
| | | | (This used to be commit 8716edf157bf8866328f82eb6cf25e71af7fea15)
* r23951: Fix segfault.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 1a5c8780ae79e5ae4e6a36bfb66cd92ae7d3aa88)
* r23948: add gsskrb5 sign and seal support for LDAP connectionsStefan Metzmacher2007-10-101-5/+135
| | | | | | | NOTE: only for the "GSSAPI" SASL mech yet metze (This used to be commit a079b66384b15e9d569dded0d9d6bd830e1a6dfa)
* r23946: add support for NTLMSSP sign and sealStefan Metzmacher2007-10-101-1/+122
| | | | | | | NOTE: windows servers are broken with sign only... metze (This used to be commit 408bb2e6e2171196a2bd314db181d9b124e931a1)
* r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher2007-10-102-2/+23
| | | | | metze (This used to be commit 2075c05b3d8baa7d6d8510cd962471a5781740a6)
* r23943: - always provide ads_setup_sasl_wrapping() functionStefan Metzmacher2007-10-101-4/+10
| | | | | | | - read/write returning 0 means EOF and we need to return direct metze (This used to be commit 885d557ae746c318df0aabc0a03dce1587918cce)
* r23937: Use ads_config_path() when we need to know the configration context.Günther Deschner2007-10-101-26/+11
| | | | | Guenther (This used to be commit 1a62c731c6259bf4285d3735bff8b191002553f7)
* r23933: - implement ctrl SASL wrapping hookStefan Metzmacher2007-10-101-6/+26
| | | | | | | | - pass down sign or seal hooks - some sasl wrapping fixes metze (This used to be commit 8c64ca3394489b28034310fe64d6998e49827196)
* r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher2007-10-101-1/+67
| | | | | metze (This used to be commit 65ce6fa21adec704b3cde30c57001e5620f048e4)
* r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher2007-10-101-2/+129
| | | | | metze (This used to be commit 7d8518ebd9470062b499b7074a940e14520e99f2)
* r23918: not all ldap libraries support debuggingStefan Metzmacher2007-10-101-18/+0
| | | | | metze (This used to be commit 3f68189c9a319ac9cae76f6d2b586cbde6d31e3c)
* r23916: use the correct io operations for debuggingStefan Metzmacher2007-10-101-4/+6
| | | | | metze (This used to be commit d745a1a71991f306c29b3c62f43d619177f79725)
* r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 873eaff8febb50f00f9dac64c57b2a22c16f4f9b)
* r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher2007-10-101-0/+109
| | | | | | | they're not used yet... metze (This used to be commit a3b97cdce719d9d5e82f26096c0e8c3a86ff3965)
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-104-55/+55
| | | | | | | substructure. metze (This used to be commit 00909194a6c1ed193dfdb296f50f58a53450583c)
* r23886: add ads_disconnect() functionStefan Metzmacher2007-10-103-8/+14
| | | | | metze (This used to be commit ba70737b7043cae89dd90f8668a24881212ac6fb)
* r23869: Protect against partial security descriptors.Günther Deschner2007-10-101-8/+25
| | | | | Guenther (This used to be commit 0a96a11f01dd8c0d29fff1d97c3d666c32b33b59)
* r23861: Fix return code in ads_find_samaccount().Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 684fcf39dcc08bcf571272549222fdeb11d2725f)
* r23842: Attempt to fix the build with LDAP.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit efd817ae118da51058106ae97854572547e113d3)
* r23839: Try to get the attribute name from schema GUIDs or the display name fromGünther Deschner2007-10-102-7/+48
| | | | | | | | | | | | | | extended rights GUID from ad while dumping the security descriptors's aces. This would perform much better with a guid cache, but for the rare cases where it is used net ads search cn=mymachine ntSecurityDescriptor -U user%pass it should be ok for now. Guenther (This used to be commit b36913433eb74203b29f2b7d412a86e60591ea22)
* r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit 1d5b08326fa72bd3423b377a4e6243466e778622)
* r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.Günther Deschner2007-10-102-7/+9
| | | | | Guenther (This used to be commit ad0a6d5703c35d48ab5bbfa8d6506d42e0cfb61d)
* r23836: Add ads_config_path() and ads_get_extended_right_name_by_guid().Günther Deschner2007-10-101-0/+93
| | | | | Guenther (This used to be commit 4d62f1191b52569fcdbe674773b07a44aa469520)
* r23835: Pass down a struct GUID to ads_get_attrname_by_guid() directly.Günther Deschner2007-10-101-7/+2
| | | | | Guenther (This used to be commit a4d5206d0bcbee713790834f119b182e0b419e8c)
* r23834: Allow to pass an ADS_STRUCT pointer down to the dump function ↵Günther Deschner2007-10-101-13/+13
| | | | | | | | | callback in libads. Guenther (This used to be commit 311bbbafa6d860b7b632beac6d9249b0a2fafb86)
* r23833: Document ads_find_samaccount().Günther Deschner2007-10-101-0/+9
| | | | | Guenther (This used to be commit 3effd1c3461301f9ccf7c55386810c36f4ee3ccc)
* r23829: Add ads_get_attrname_by_guid().Günther Deschner2007-10-101-2/+51
| | | | | Guenther (This used to be commit a84fd8300661fd895ed7a8a104b743628718dfc8)
* r23826: Fix gpo security filtering by matching the security descriptor ace's ↵Günther Deschner2007-10-101-2/+0
| | | | | | | | | for the extended apply group policy right. Guenther (This used to be commit d832014a6fef657f484412372b5d09047552b183)
* r23820: Display security_ace_object in LDAP security descriptors for debugging.Günther Deschner2007-10-101-0/+18
| | | | | Guenther (This used to be commit 3925e85812b2aded356866925382b1beb718cd44)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1019-38/+19
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1020-20/+20
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)