summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-208-18/+18
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-203-5/+165
* s3: Allow NULL sd_size in make_sec_descVolker Lendecke2011-06-181-2/+10
* util: moved nt_errstr() into common codeAndrew Tridgell2011-06-172-8/+23
* libclu/util: Move get_friendly_nt_error_msg() in common.Andrew Bartlett2011-06-172-0/+52
* libcli/smbreadline/smbreadline.h: fix licence/copyrightGünther Deschner2011-06-101-0/+20
* libcli/security/secdesc.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* libcli/nbt/nbt_proto.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* libcli/ldap/ldap_ndr.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* libcli/auth/msrpc_parse.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* libcli/util Remove prototype for ntstatus_dos_equal()Andrew Bartlett2011-06-061-3/+0
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecsRusty Russell2011-06-011-2/+4
* Tiny simplification to dom_sid_string_bufVolker Lendecke2011-05-311-2/+1
* libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett2011-05-311-9/+0
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-314-1/+823
* build: Make util_reg subsystem in libcli/registry a libraryAndrew Bartlett2011-05-181-2/+3
* 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