summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett2010-08-132-7/+4
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-062-0/+3
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-054-0/+4
* s3: avoid global include of ads.h.Günther Deschner2010-08-0520-82/+363
* s3-printing: remove unused get_local_printer_publishing_data() call.Günther Deschner2010-07-311-14/+0
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-311-1/+2
* cleanups: Trailing spaces, line length, etc...Simo Sorce2010-07-301-111/+163
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-202-2/+4
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-4/+4
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-3/+6
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-1/+1
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-201-1/+1
* Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2010-07-201-1/+1
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-191-1/+2
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-191-1/+1
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-7/+7
* s3-libads: move ldap posix schema defines to their own header file.Günther Deschner2010-07-013-0/+64
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-012-0/+2
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-013-0/+92
* s3-libads: move ads_status to a separate header file.Günther Deschner2010-07-011-0/+42
* s3-libads: move ads_protos.h to ads_ldap_protos.h.Günther Deschner2010-07-011-0/+123
* s3-libnet_join: small IDL enhancement.Günther Deschner2010-07-011-2/+0
* s3-libads: use shared well known guids.Günther Deschner2010-07-011-1/+1
* s3: remove authdata.hGünther Deschner2010-06-031-1/+0
* s3: remove rpc_secdes.h completely.Günther Deschner2010-06-031-0/+3
* s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou2010-06-021-37/+58
* s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2010-05-311-1/+5
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3: use shared security defines.Günther Deschner2010-05-311-14/+14
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-313-0/+14
* s3-build: use ndr_misc.h where needed.Günther Deschner2010-05-281-0/+1
* s3-printing: fix buildwarning in publishing code after registry changes.Günther Deschner2010-05-261-5/+5
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
* s3:libads:use regval_ctr/blob accessor functions in ldap_printer.cMichael Adam2010-05-251-34/+42
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-212-23/+23
* s3-libads: add ads_set_sasl_wrap_flags().Günther Deschner2010-05-201-0/+14
* s3-rpc_client: move protos to cli_spoolss.hGünther Deschner2010-05-181-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-182-4/+5
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-183-17/+10
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3-kerberos: temporary fix for ipv6 in print_kdc_line().Günther Deschner2010-05-171-5/+20
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-171-7/+12
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-112-121/+26
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-1/+0
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Fix a memleak in check_pac_checksumVolker Lendecke2010-05-041-2/+8
* s3:libads/ldap.c - fix a build breakageMatthias Dieter Wallnöfer2010-04-271-2/+2
* s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIREDStefan Metzmacher2010-03-301-0/+10