summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* waf-build: Add more libraries to avoid duplicate symbolsAndrew Bartlett2011-05-182-8/+9
* libcli/auth/krb5_wrap: correctly use discard_const().Günther Deschner2011-05-131-2/+2
* libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if _...Michael Adam2011-05-121-8/+4
* libcli/auth: fix "no talloc stackframe around" message from the samba4.blackb...Michael Adam2011-05-101-2/+4
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-3/+3
* libcli/security: fix build warning, cr_descr_log_acl() is not used currently.Günther Deschner2011-05-061-0/+2
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-064-0/+552
* errors: Remove unused unix_to_werror()Andrew Bartlett2011-05-061-5/+0
* libcli/util Move NTSTATUS table to the top levelAndrew Bartlett2011-05-063-1/+915
* nterr: Add mem_ctx for return string from get_nt_error_c_code()Andrew Bartlett2011-05-061-1/+1
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-062-1/+1241
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-3/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-2/+4
* libcli/named_pipe_auth: add forward declaration in npa_tstream.h.Günther Deschner2011-05-021-0/+1
* libcli/util/ntstatus: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILUREStefan Metzmacher2011-05-021-0/+2
* build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett2011-04-291-0/+8
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-294-1/+93
* libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett2011-04-291-0/+23
* auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett2011-04-272-365/+1
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-272-1/+6
* libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett2011-04-273-2/+44
* libcli/auth Allow parsing of a PAC that is already verified.Andrew Bartlett2011-04-261-44/+50
* libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett2011-04-263-54/+230
* Add missing dependency on com_err.Jelmer Vernooij2011-04-231-1/+1
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-203-2/+375
* libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett2011-04-202-1/+230
* libcli/auth Fix compile on hosts without krb5Andrew Bartlett2011-04-141-2/+2
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-143-1/+158
* libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett2011-04-141-1/+1
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* Add dom_sid_parse_endpVolker Lendecke2011-04-132-2/+14
* s3: Use talloc_tos() in the S3 buildVolker Lendecke2011-04-131-1/+7
* libcli/auth Use convert_string_error to check LM hash calculation.Andrew Bartlett2011-04-131-9/+24
* libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett2011-04-131-14/+6
* s3: add some forward declarations.Günther Deschner2011-04-121-0/+2
* tstream: make npa_tstream a private libraryAndrew Tridgell2011-04-061-4/+5
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-062-2/+2
* libcli/nbt Cope with blank lines in DNS hosts fileAndrew Bartlett2011-04-061-3/+3
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-10/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-302-0/+33
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+2
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-285-19/+52
* s3: Fix Coverity ID 682: NEGATIVE_RETURNSVolker Lendecke2011-03-271-1/+4
* libcli: created smb_constants.hAndrew Tridgell2011-03-252-0/+40
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-243-5/+4
* libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher2011-03-211-28/+30
* ldapcli: allocate control value on the control object not on the control cont...Matthieu Patou2011-03-201-2/+2