Fix bug #7996 - sgid bit lost on folder rename.
[ira/wip.git] / source3 / lib /
2011-03-30 Günther Deschners3-libndr: add ../librpc/ndr/libndr.h include in some...
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-30 Jeremy AllisonChange convert_string_internal() and convert_string_err...
2011-03-30 Jeremy AllisonFix the nstring calls to use the correct sizes.
2011-03-30 Volker Lendeckes3: Fix g_lock_lock after the select/poll conversion
2011-03-30 Günther Deschners3-winbind: try to fix the build on hosts w/o winbind...
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-03-30 Andrew Bartletts3:lib make lazy_initialize_conv() static
2011-03-30 Günther Deschners3: try to fix the build on some non-linux buildfarm...
2011-03-30 Günther Deschners3-ctdb_wrap: remove unused variable from db_ctdb_fetch...
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3: include ../librpc/gen_ndr/lsa.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-auth: use auth.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3: move filename_util.c out of source3/smbd to source3...
2011-03-29 Günther Deschners3-build: only include intl protos where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-passdb: move util_builtin.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_unixsids.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_wellknown.c out of passdb.
2011-03-29 Günther Deschners3-build: only include transfer_file.h where needed.
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/capability.h when...
2011-03-29 Günther Deschners3-includes: only include system/glob.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-29 Volker Lendeckecharconv: Fix the slow-path character conversions
2011-03-28 David Disseldorp=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20functio...
2011-03-27 Volker Lendeckes3: Fix Coverity ID 590: DEADCODE
2011-03-25 Jeremy AllisonFix bug 8040 - smbclient segfaults when a Cyrillic...
2011-03-25 Günther Deschners3-netapi: fix memoryleak while not using talloc_tos...
2011-03-25 Andrew Tridgells3-charcnv: fixed converted_size return in fast paths
2011-03-25 Andrew Tridgells3-charcnv: removed unused function
2011-03-25 Andrew Bartlettlib/util/charset rename iconv_convenience to iconv_handle
2011-03-25 Andrew Tridgells3-charcnv: convert_string_internal() should not displa...
2011-03-25 Andrew Tridgells3-string: removed the conv_silent global
2011-03-25 Andrew Tridgells3-string: removed last use of conv_silent
2011-03-25 Andrew Bartletts3-charcnv Add convert_string_error()
2011-03-25 Andrew Tridgellunistr: moved some UCS2 macros into util_unistr
2011-03-25 Andrew Tridgells3-string: sec_len==-1 support is no longer needed
2011-03-25 Andrew Tridgells3-lib: make pull_ucs2_base_talloc static
2011-03-25 Andrew Tridgells3-string: moved fstring functions into their own file
2011-03-25 Michael Adams3:dbwrap_ctdb: fix non-locked fetch on persistent...
2011-03-24 Günther Deschners3-charcnv: remove unused labels.
2011-03-24 Günther Deschners3-netapi: use cli_get_session_key() in netapi.
2011-03-24 Jeremy AllisonFix is_myname_or_ipaddr() to be robust against strange...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-23 Volker Lendeckes3: Fix a shadowed declaration warning
2011-03-23 Volker Lendeckes3: Include prctl where it is actually used
2011-03-23 Volker Lendeckes3: Attempt to fix the build on FreeBSD
2011-03-23 Andrew Bartlettlib/util: Merge basic string length and comparison...
2011-03-23 Andrew Bartletts3-lib prepare Samba3 to use common codepoint based...
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-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-23 Andrew Tridgellfault: moved s3 fault.c to top level
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-20 Volker Lendeckes3: Fix early tldap_search cancels
2011-03-19 Christian Ambachs3: use getgrset() when it is available
2011-03-18 Günther Deschners3-build: use HAVE_ADS define in some more places.
2011-03-16 Günther Deschners3-username: rename static getpwnam_alloc to getpwnam_a...
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2231, REVERSE_INULL
2011-03-16 Günther Deschners3-packet: only include packet.h where needed.
2011-03-16 Günther Deschners3-interfaces: only include interfaces.h where needed.
2011-03-16 Günther Deschners3-build: stop including ldap and lber headers everywhe...
2011-03-16 Volker Lendeckes3: Use jenkins hash for str_checksum, fix bug 8010
2011-03-15 Volker Lendeckes3: Remove some unused code
2011-03-15 Volker Lendeckes3: "hex_encode" does the same as "binary_string"
2011-03-14 Jeremy AllisonFix bug #8005 - smbtorture4 BASE-TCONDEV fails when...
2011-03-14 Volker Lendeckes3: Change tldap_entry_attributes to the "array,count...
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2011-03-09 Andreas Schneiders3-smbd: Increase debug level von context messages.
2011-03-03 Volker Lendeckes3: Use dom_sid_string_buf in sid_to_fstring
2011-03-02 Günther Deschners3-libds: use already existing ../libds/common/flag_map...
2011-03-02 Michael Adams3:idmap_cache: remove an leftover wip comment
2011-03-02 Gregor Becks3: adjust loglevel for idmap_cache
2011-03-02 Günther Deschners3-sessionid: avoid global include of sessionid.h
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-03-01 Andrew Bartlettlib/util: new merged debug system
2011-03-01 Andrew Bartletts3-debug Always use C99 true/false rather than True...
2011-03-01 Andrew Bartlettlib/util/time: Merge time functions from source3/lib...
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-28 Volker Lendeckes3: Eliminate sys_select_intr from read_fd_with_timeout
2011-02-28 Volker Lendeckes3: Add poll_intr_one_fd
2011-02-28 Volker Lendeckes3: Eliminate sys_select from g_lock_lock
2011-02-28 Volker Lendeckes3: Eliminate select from packet_fd_read_sync
2011-02-28 Volker Lendeckes3: Add poll_one_fd()
2011-02-28 Volker Lendeckes3: Remove select-based s3 event backend
2011-02-28 Volker Lendeckes3: Use poll for the event loop
2011-02-28 Volker Lendeckes3: Add timeval_to_msec
2011-02-28 Gregor Becks3: add functions to remove entries from idmap cache
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2011-02-26 Jeremy Allisondirfd doesn't exist in some platforms.
next