lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()
[samba.git] / source3 / libsmb /
2011-05-06 Andrew Bartlettlibcli/util Move NTSTATUS table to the top level
2011-05-06 Andrew Bartlettnterr: Add mem_ctx for return string from get_nt_error_...
2011-05-06 Andrew Bartlettlibcli/util Merge ntstatus_to_dos() ntstatus_to_werror...
2011-05-06 Andrew Bartletterrors: Merge ntstatus -> DOS error table between Samba...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Jeremy AllisonMore const fixes for compiler warnings from the waf...
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-05 Günther Deschners3-libsmb: run minimal_includes.pl.
2011-05-04 Jeremy AllisonAdd in bufflen limit when storing NetBIOS names. Remove...
2011-05-04 Jeremy AllisonChange safe_strcpy_base to strlcpy_base. Note the size...
2011-05-03 Volker Lendeckes3: Filter out duplicates in name_query()
2011-05-02 Volker Lendeckes3: Tune broadcast namequeries for unique names
2011-05-02 Stefan Metzmachers3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DEL...
2011-04-30 Volker Lendeckes3: Make name_resolve_bcast return sockaddr_storage
2011-04-30 Volker Lendeckes3: Remove ip_sevice from get_ipc_connect_master_ip
2011-04-30 Jeremy AllisonAdd POSIX O_RDONLY test of a directory for bug #8112...
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-28 Andrew Bartletts3-libads Pass a struct sockaddr_storage to cldap routines
2011-04-28 Jeremy AllisonRemove another fstring in this code.
2011-04-27 Jeremy AllisonFixup (C) - we've both worked lots on this :-).
2011-04-27 Jeremy AllisonRemove fstrings from client struct. Properly talloc...
2011-04-27 Andrew Bartletts3-libsmb Use 'resolv:hosts file' as a DNS emulation...
2011-04-26 Volker Lendeckes3: Make cli_session_setup_lanman2 async
2011-04-26 Volker Lendeckes3: Make cli_session_setup_nt1 async
2011-04-26 Volker Lendeckes3: Make plaintext session setup async
2011-04-26 Volker Lendeckes3: Remove cli_write
2011-04-26 Volker Lendeckes3: Use cli_writeall instead of cli_write
2011-04-26 Volker Lendeckes3: Add cli_writeall
2011-04-25 Volker Lendeckes3: Remove unused code
2011-04-25 Volker Lendeckes3: Move setting the name_query timeout
2011-04-25 Volker Lendeckes3: Fix some typos in dsgetdcname
2011-04-25 Volker Lendeckes3: "port" is not used in dsgetdcname
2011-04-25 Volker Lendeckes3: Add a 10-second timeout for the 445 or netbios...
2011-04-23 Stefan Metzmachers3:libsmb: make use of BVAL() and remove ugly LARGE_SMB...
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2325, RESOURCE_LEAK
2011-04-20 Andrew Bartlettlibcli/auth: Move more kerberos wrapping in common
2011-04-16 Volker Lendeckes3: guest sesssetup is only 13 words
2011-04-16 Volker Lendeckes3: Use tevent_req_nterror properly in a few places
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-04-03 Volker Lendeckes3: Remove some unused code
2011-04-03 Larry ReidFix for servers that don't put a path separator at...
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschners3-libsmb: remove duplicate NTSTATUS variable.
2011-03-28 Jeremy AllisonFix inspired by work done by David Disseldorp for bug...
2011-03-27 Volker Lendeckes3: Convert cli_raw_tcon to cli_smb
2011-03-27 Volker Lendeckes3: Replace cli_negprot_sendsync() by cli_negprot_send()
2011-03-27 Volker Lendeckes3: Remove a use of cli_send_smb
2011-03-26 Volker Lendeckes3: Fix Coverity ID 2326, CHECKED_RETURN
2011-03-25 Andrew Tridgells3-libsmb: work our correct length for EA strings
2011-03-25 Andrew Tridgells3-dfs: removed the last user of sec_len==-1 in pull_...
2011-03-25 Andrew Tridgelllib: remove unused pieces of string_wrappers.h
2011-03-24 Volker Lendeckes3: Fix some errno assignments in SMBC_opendir_ctx
2011-03-24 Volker Lendeckes3: Fix Coverity ID 2325: RESOURCE_LEAK
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-23 Andrew Bartletts3-safe_str: Futher simplify the macros by removing...
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2147, FORWARD_NULL
2011-03-16 Günther Deschners3-msdfs: avoid global inclusion of msdfs.h.
2011-03-16 Günther Deschners3-build: stop including ldap and lber headers everywhe...
2011-03-16 Günther Deschners3-includes: avoid global include of gssapi headers.
2011-03-16 Günther Deschners3-libsmb: move smb encryption structs into own header.
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2011-03-14 Volker Lendeckes3: Fix bug 8009 - net rap session cannot get username
2011-03-13 Volker LendeckeRevert "s3: Fix bug 8009"
2011-03-12 Volker Lendeckes3: Fix bug 8009
2011-03-05 Volker Lendeckensswitch: wbcFreeMemory deals fine with NULL
2011-03-04 Günther Deschners3-nterr: use strcasecmp in nt_status_string_to_code().
2011-03-04 Günther Deschners3-nterr: within nt_errstr() compare codes using NT_STA...
2011-03-04 Günther Deschnernterr: make sure both nt_err_desc structs are the same.
2011-03-04 Günther Deschnernterr: make sure both nt_errs structs are the same.
2011-03-04 Günther Deschners3-nterr: make nt_err_desc static const.
2011-03-04 Günther Deschnernterr: remove space indents (use tabs instead), followi...
2011-03-04 Günther Deschnernterr: remove trailing whitespace.
2011-03-01 Andrew Bartletts3-build __FUNCTION__ is always available, always use it
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-28 Stefan Metzmachers3: Remove unused receive_packet
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2011-02-25 Günther Deschners3-errormap: move (unused) map_nt_error_from_wbcErr...
2011-02-23 Christian Ambachs3:libsmb only log a dead connection if it was not...
2011-02-18 Andrew Bartlettlib/util/charset Add back setlocale(), but only when...
2011-02-14 Volker Lendeckes3: Fix a C++ warning
2011-02-11 Günther Deschners3-libsmb: fix ifdef check in ads_dc_name.
2011-02-09 Günther Deschners3: move some stuff out of smb.h to better locations.
2011-02-09 Jeremy AllisonFix up some buildfarm warnings.
2011-02-09 Jeremy AllisonDon't use asprintf in this library - breaks the build...
next