idmap_tdb2.8: Remove part about alloc backend
[obnox/samba/samba-obnox.git] / source3 / lib /
2011-05-30 Andrew Bartletts3-build Specify more of the smbconf dependencies
2011-05-30 Andrew Bartletts3-build Create dbwrap_util subsystem
2011-05-30 Andrew Bartletts3-lib Move free_namearray() into it's own file
2011-05-30 Andrew Bartletts3-lib Move realloc based string substitution functions...
2011-05-30 Andrew Bartletts3-lib Move sstring_sub() to it's only user and make...
2011-05-30 Andrew Bartletts3-param Move init_iconv() to loadparm.c
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-30 Andrew Bartletts3-param split service.c into param and smbd components
2011-05-30 Andrew Bartletts3-lib Move string_init functions into their own file
2011-05-30 Andrew Bartletts3-smbd provide struct smbd_server_connection * to...
2011-05-30 Günther Deschners3: fix some -Wunused-but-set-variable build warnings.
2011-05-20 Volker Lendeckes3: Fix Coverity ID 2573: UNUSED_VALUE
2011-05-19 Christian AmbachFix Bug 8152 - smbd crash in release_ip()
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-17 Jeremy Allisonis_my_ipaddr() should recognise loopback addresses...
2011-05-13 Andrew Bartletts3-netapi Initialise global variables in libnetapi
2011-05-13 Andrew Bartletts3-libnetapi Don't create a talloc_stackframe() in...
2011-05-12 Günther Deschners3-libnetapi/libnetjoin: fix uninitialized variables...
2011-05-12 Günther Deschners3-lib/smbconf: fix uninitialized error code in smbconf...
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_transaction_*() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_open() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-05-10 Andrew Tridgells3-events: tevent_internal.h is not a public header
2011-04-19 Rusty Russellgencache: don't use CLEAR_IF_FIRST as fallback.
2011-05-08 Andrew Bartletts3-lib Use common lib/socket code for get_interfaces...
2011-05-08 Andrew BartlettImprove debug messages when creating socket directories
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Bartlettlib/util Use lib/util/ms_fnmatch.c in common for gen_fn...
2011-05-06 Andrew Bartletterrors: Remove unused unix_to_werror()
2011-05-06 Andrew Bartletts3-lib Remove unused dos error codes from errmap_unix
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-05 Jeremy AllisonFix broken interface to set_namearray() - don't modify...
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 AllisonMore const compiler warning fixes.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-05 Günther Deschners3-lib: run minimal_includes.pl.
2011-05-04 Jeremy AllisonFold null terminator into listlen length, change to...
2011-05-03 Günther Deschners3-system: move LOCK_ defines to lib/system.c
2011-05-03 Andrew Bartletts3-ctdb Fix duplicate function name due to packet ...
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew Bartlettlib/util/charset Use push_string and talloc_strupper...
2011-05-03 Andrew Bartletts3-lib make push_ucs2() static
2011-05-03 Andrew BartlettRemove strlower_m() and strupper_m() from source4 and...
2011-05-03 Andrew Bartlettlib/util Move set_socket_options() into common code.
2011-05-03 Andrew Bartlettlib/util Move more network utility functions from sourc...
2011-05-03 Andrew Bartletts3-ctdb Rename packet file and files to ctdb_packet
2011-05-02 Günther Deschners3-util: move valid_share_pathname() to lib/util.c
2011-04-30 Andrew Bartletts3-lib: Rely on uint64_t in conv_str_size()
2011-04-29 Günther Deschners3-proto: remove duplicate prototypes.
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-29 Andrew Bartlettlib/util Re-merge the string_sub() and all_string_sub...
2011-04-29 Andrew Bartlettlib/util/charset Move strstr_m() to the top level
2011-04-29 Andrew Bartlettlibcli/smb Move attrib_string in common
2011-04-29 Andrew Bartletts3-client Add TALLOC_CTX argument to attrib_string().
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_VOLUME intead of aVOLID
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 Bartlettlib/util/charset Merge talloc-based pull and push chars...
2011-04-27 Volker Lendeckes3: Properly clean up in pthreadpool_init in case of...
2011-04-27 Günther Deschners3-waf: add pthreadpool support.
2011-04-27 Günther Deschners3-netapi: Fix Coverity CID #2302: FORWARD_NULL
2011-04-26 Volker Lendeckes3: Allow unlimited parallelism in pthreadpool
2011-04-25 Stefan Metzmachers3:lib/util_sock: listen on IPv6 addresses with IPV6_ON...
2011-04-25 Stefan Metzmachers3:lib/access: normalize IPv4 mapped IPv6 addresses...
2011-04-25 Volker Lendeckes3: pthreadpool_sig_fd->pthreadpool_signal_fd
2011-04-25 Volker Lendeckes3: Tiny doc for pthreadpool
2011-04-25 Volker Lendeckes3: Many pthreadpool fixes
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-23 Volker Lendeckes3: Fix Coverity ID 2478, UNINIT
2011-04-23 Stefan Metzmachers3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef's
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2307, NULL_RETURNS
2011-04-22 Volker Lendeckes3: Fix Coverity ID 1340, NULL_RETURNS
2011-04-20 Andrew Bartlettlib/util/charset create _handle functions for convert_s...
2011-04-17 Volker Lendeckes3: Use \0 instead of NULL when 0-terminating a string
2011-04-16 Volker Lendeckes3: Remove an unused variable
2011-04-14 Günther Deschners3-build: make sure we pick up system tdb and talloc...
2011-04-14 Andrew Bartlettlib/util Move alpha_strcpy() from s3 into common code
2011-04-14 Andrew Bartletts3-lib Remove very unused (#if 0) strncpyn
2011-04-14 Andrew Bartletts3-lib Remove unused string_append
2011-04-14 Andrew Bartletts3-lib Move unix_strlower and unix_strupper to their...
next