s3: Fix Coverity ID 2326, CHECKED_RETURN
[samba.git] / source3 /
2011-03-26 Volker Lendeckes3: Fix Coverity ID 2326, CHECKED_RETURN
2011-03-26 Jeremy AllisonRevert "Fix bug 8021 - Incorrect string termination...
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 Volker Lendeckes3: Compile IDL files in autogen, some configure tests...
2011-03-25 Volker LendeckeRevert "s3-includes: fixed CONST_DISCARD() to actually...
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 Tridgells3-includes: fixed CONST_DISCARD() to actually discard...
2011-03-25 Andrew Tridgellunistr: moved some UCS2 macros into util_unistr
2011-03-25 Andrew Tridgelllibcli: created smb_constants.h
2011-03-25 Andrew Tridgells3-libsmb: work our correct length for EA strings
2011-03-25 Andrew Tridgells3-string: sec_len==-1 support is no longer needed
2011-03-25 Andrew Tridgells3-dfs: removed the last user of sec_len==-1 in pull_...
2011-03-25 Andrew Tridgells3-lib: make pull_ucs2_base_talloc static
2011-03-25 Andrew Tridgelllib: remove unused pieces of string_wrappers.h
2011-03-25 Andrew Tridgelllib: move the string wrappers from source3/include...
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-rpc_server: remove two uneeded include registry...
2011-03-24 Günther Deschners3-ldapsam: fix ldapsam_create_user() with existing...
2011-03-24 Günther Deschners3-netapi: use cli_get_session_key() in netapi.
2011-03-24 Volodymyr KhomenkoFix bug 8021 - Incorrect string termination in volume...
2011-03-24 Jeremy AllisonFix is_myname_or_ipaddr() to be robust against strange...
2011-03-24 Simo Sorces3-epmapper: fix vars init and return errors
2011-03-24 Simo Sorces3-epmapper: Fix allocation of data on the wrong context
2011-03-24 Andreas Schneiders3-epmapper: Make sure we work on a description duplicate.
2011-03-24 Andreas Schneiders3-epmapper: Refactor the cleanup of endpoints.
2011-03-24 Andreas Schneiders3-epmapper: Use strcmp instead of strequal and check...
2011-03-24 Andreas Schneiders3-epmapper: Increase debug levels.
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 Günther Deschners3-prototypes: remove protos of some dead functions.
2011-03-23 Günther Deschnerlibrpc: bring more librpc prototypes in common.
2011-03-23 Günther Deschners3-rpc_client: actually call lsa_open_policy2() in...
2011-03-23 Günther Deschners3-smbta-util: fix some buildwarnings.
2011-03-23 Günther Deschners3-globals: silence build warning in smbd_messaging_con...
2011-03-23 Günther Deschners3-proto: remove some duplicate prototypes.
2011-03-23 Günther Deschners3-includes: remove unused cmdline_lp_ctx.
2011-03-23 Andreas Schneiders3-epmapper: Log error if we can't register the endpoint.
2011-03-23 Andreas Schneiders3-epmapper: Setup epm in smbd to forward np requests.
2011-03-23 Andreas Schneiders3-epmapper: Remove unregister on shutdown.
2011-03-23 Andreas Schneiders3-epmd: Cleanup endpoints on service pipe disconnect.
2011-03-23 Andreas Schneiders3-epmapper: Added function to delete endpoint entries.
2011-03-23 Andreas Schneiders3-rpc_server: Added disconnect callback function.
2011-03-23 Andreas Schneiders3-rpc_server: Rename req to subreq.
2011-03-23 Andreas Schneiders3-rpc_server: Implement an endpoint monitor loop.
2011-03-23 Andreas Schneiders3-rpc_server: Added a memory context to the ep regsite...
2011-03-23 Andreas Schneiders3-librpc: Leave the epm registration connection open.
2011-03-23 Andreas Schneiders3-epmd: Cleanup endpoint mapper correctly.
2011-03-23 Andreas Schneiders3-epmapper: Shutdown the embedded epmapper cleanly.
2011-03-23 Andreas Schneiders3-epmapper: Added a cleanup function.
2011-03-23 Andreas Schneiders3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
2011-03-23 Andreas Schneiders3-rpc_server: Rename system_user to ncalrpc_as_system.
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 Volker Lendeckes3: Fix Coverity ID 2201, NULL_RETURNS
2011-03-23 Volker Lendeckes3: Fix Coverity ID 2202, NULL_RETURNS
2011-03-23 Volker Lendeckes3: Fix Coverity ID 2203, NULL_RETURNS
2011-03-23 Volker Lendeckes3: Fix a (invalid) uninitialized variable warning
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_string: Add checked_strlcpy()
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 Tridgells3-config: say which config file we failed to open
2011-03-23 Andrew Tridgellfault: fixed smb_panic() prototypes
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 Michael Adams3:idmap: make sure that the id mapping system is initi...
2011-03-22 Michael Adams3:loadparm: set the default "idmap config * : backend...
2011-03-22 Michael Adams3:loadparm: deprecate "idmap uid/gid/backend" and...
2011-03-22 Michael Adams3:loadparm: remove unused parameter "idmap read only".
2011-03-22 Michael Adams3:idmap: remove (now) unneeded function parse_idmap_mo...
2011-03-22 Michael Adams3:idmap: simply call idmap_init_named_domain for ...
2011-03-22 Michael Adams3:idmap: remove passdb argument from idmap_init_domain()
2011-03-22 Michael Adams3:idmap: remove the params argument from the init...
2011-03-22 Michael Adams3:idmap: remove special treatment of domain "*" from...
2011-03-22 Michael Adams3:idmap: remove use of params from idmap_ldap_init...
2011-03-22 Michael Adams3:idmap: remove the special treatment of the default...
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-21 Stefan Metzmachers3:smbd: access checks should not depend on share mode...
2011-03-21 Volker Lendeckes3: Fix Coverity ID 1048, CHECKED_RETURN
2011-03-21 Volker Lendeckes3: Fix Coverity ID 770, REVERSE_INULL
2011-03-20 Volker Lendeckes3: Fix early tldap_search cancels
2011-03-19 Stefan Metzmachers3:smbd: remove uses of "./" in unlink_internals()
2011-03-19 Christian Ambachs3: use getgrset() when it is available
2011-03-18 Günther Deschners3-waf: use HAVE_ADS env to decide whether to build...
2011-03-18 Günther Deschners3-build: use HAVE_ADS define in some more places.
2011-03-18 Jeremy AllisonSMB2 renames return SHARING_VIOLATION if there is any...
2011-03-18 Volker Lendeckes3: Add "print notify backchannel" parameter to prevent...
2011-03-18 Christian Ambachs3:autorid make sure we set the mapping status correct...
next