1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/lib
Volker Lendecke 13756d0e80 s3: Attempt to fix bug 7665
Quite a few of our internal routines put stuff on talloc_tos() these days.
In top-level netapi routines, properly allocate a stackframe and clean it
again. Also, don't leak memory in the rpccli_ callers onto the libnetapi
context.
2010-10-02 12:02:02 +02:00
..
eventlog s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
netapi s3: Attempt to fix bug 7665 2010-10-02 12:02:02 +02:00
smbconf s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive 2010-09-22 06:30:01 +02:00
access.c s3-build: only include memcache.h where needed. 2010-08-26 00:20:28 +02:00
adt_tree.c s3-registry: Convert registry key delimiter from slash to backslash. 2010-06-25 17:35:41 +02:00
afs_settoken.c Use sec_initial_uid() in the places where being root doesn't matter, 2010-02-12 23:18:53 -08:00
afs.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
audit.c
avahi.c Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crash 2009-03-26 10:05:27 +01:00
bitmap.c s3: Remove unused bitmap_[allocate|free] 2010-03-28 15:25:17 +02:00
cbuf.c s3-registry: fix some c++ build warnings. 2010-09-22 12:57:34 -07:00
cbuf.h s3-lib: add cbuf, a talloced character buffer 2010-09-22 06:29:59 +02:00
charcnv.c Use a switch statement in charset_name() 2009-07-25 12:58:06 -04:00
clobber.c
conn_tdb.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
ctdbd_conn.c s3: Remove talloc_autofree_context() from ctdb_read_req() 2010-09-26 03:29:28 +02:00
dbwrap_ctdb.c s3: messaging_ctdbd_connection() was only called with procid_self() 2010-08-31 17:07:41 +02:00
dbwrap_file.c Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. 2008-10-18 16:16:57 +02:00
dbwrap_rbt.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
dbwrap_tdb.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
dbwrap_util.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
dbwrap.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
debug.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
dmallocmsg.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
dprintf.c s3: Fix Coverity ID 581 -- NEGATIVE_RETURNS 2009-09-18 20:20:39 +02:00
dummyroot.c
dummysmbd.c s3: Remove smbd_server_fd() 2010-08-29 21:55:25 +02:00
errmap_unix.c -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED 2010-08-19 12:11:26 +02:00
events.c s3:events: Call all ready fd event handlers on each iteration of the main loop 2010-10-01 13:31:33 -07:00
fault.c Really enable core dumps in Linux 2010-09-20 13:15:17 -07:00
file_id.c Make the smbd VFS typesafe 2009-07-24 11:42:05 -04:00
fncall.c Add fncall_send/recv 2009-05-01 12:30:59 +02:00
g_lock.c samba: share select wrappers. 2010-10-01 22:30:22 +02:00
gencache.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
iconv.c Fix some nonempty blank lines 2009-07-25 12:58:06 -04:00
idmap_cache.c s3-idmap: only include idmap headers where needed. 2010-08-26 00:20:29 +02:00
idmap_cache.h s3-idmap: only include idmap headers where needed. 2010-08-26 00:20:29 +02:00
interface.c s3:load_interfaces(): use function gfree_interfaces() that we have. 2009-11-18 22:19:18 +01:00
interfaces.c s3-lib: use TYPESAFE_QSORT() in s3 interfaces code 2010-02-14 18:44:20 +11:00
ldap_debug_handler.c More warning fixes for Solaris. 2009-02-23 16:22:43 -08:00
ldap_escape.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
ldb_compat.c s3: Fix an uninitialized variable 2010-08-01 17:58:01 +02:00
ldb_compat.h Remove the copy of ldb from Samba 3. 2010-05-06 11:34:30 +02:00
memcache.c s3-memcache: update memcache to use new DLIST macros 2010-02-10 15:38:31 -08:00
messages_ctdbd.c s3: messaging_ctdbd_connection() was only called with procid_self() 2010-08-31 17:07:41 +02:00
messages_local.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
messages.c s3: messaging_ctdbd_init potentially modifies my_vnn 2010-08-31 17:07:41 +02:00
module.c Remove sys_dl*() - stubs are already provided by libreplace. 2008-11-01 03:49:49 +01:00
ms_fnmatch.c s3: Fix a bool/enum mismatch 2009-11-21 20:49:16 +01:00
packet.c samba: share select wrappers. 2010-10-01 22:30:22 +02:00
pam_errors.c s3: Fix some nonemtpy blank lines 2010-08-22 22:42:21 +02:00
pidfile.c s3-pidfile: set the close on exec flag for the created pidfiles. 2010-05-18 16:16:19 +02:00
popt_common.c s3-param: added lp_set_cmdline() and --option= parameter 2010-09-02 13:37:08 +10:00
privileges.c libcli/security Move 'private' privileges functions to another header 2010-09-11 18:46:13 +10:00
pthreadpool.c Many build farm boxes do not have clock_gettime 2009-05-01 21:43:25 +02:00
recvfile.c Several fixes to our use of splice 2009-01-07 12:04:44 +01:00
secdesc.c s3-util: use shared dom_sid_dup. 2010-09-20 14:05:07 -07:00
sendfile.c Clean up assignments to iov_base, ensure it's always cast to void *. This should quieten some warnings with picky compilers on the buildfarm. 2009-05-12 11:45:37 -07:00
server_contexts.c s3:lib make server contexts generic 2010-06-10 17:30:45 -04:00
server_mutex.c
serverid.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
sessionid_tdb.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
sharesec.c s3:auth Remove NT_USER_TOKEN 2010-09-11 18:46:06 +10:00
smbldap_util.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
smbldap.c Fix warnings caused by double ";;" at the end of the time_mono() fixes. 2010-09-08 15:13:45 -07:00
smbrun.c Add checks for non_root mode to help buildfarm spoolss tests. 2009-05-11 09:42:08 -07:00
sock_exec.c
srprs.c s3-lib: add srprs, primitives to build simple recursive parsers 2010-09-22 06:29:59 +02:00
srprs.h s3-lib: add srprs, primitives to build simple recursive parsers 2010-09-22 06:29:59 +02:00
substitute.c s3: Set the client_id in substitute.c once 2010-08-29 21:55:23 +02:00
sysacls.c
sysquotas_4A.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
sysquotas_linux.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
sysquotas_nfs.c s3:smbd: add a nfs backend for sysquotas. 2010-08-25 14:05:51 +02:00
sysquotas_xfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
sysquotas.c s3:smbd: add a nfs backend for sysquotas. 2010-08-25 14:05:51 +02:00
system_smbd.c s3-build: only include nsswitch header where needed. 2010-08-26 00:20:28 +02:00
system.c s3: Fix a C++ warning 2010-08-01 18:16:19 +02:00
talloc_dict.c s3-build: use talloc_dict.h only where needed. 2010-08-26 00:25:58 +02:00
tallocmsg.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
tdb_validate.c Fix several places where talloc_asprintf returns were unchecked. 2010-07-27 02:38:14 -07:00
tdb_validate.h Fix the build on "opi" 2009-01-29 21:38:05 +01:00
time.c Ensure incoming timespec values correctly wrap at nsecs. 2010-09-14 14:53:17 -07:00
tldap_util.c s3-tldap: only include tldap when actually needed. 2010-05-18 00:44:27 +02:00
tldap.c s3: Fix two uninitialized variables 2010-07-20 20:35:39 +02:00
username.c
util_file.c Fix a talloc/malloc screwup in file_lines_pload 2009-03-26 14:58:38 +01:00
util_names.c s3:lib s3:lib move get_global_sam_name to util_names.c 2010-05-28 18:08:28 +02:00
util_nscd.c s3-build: only include libnscd.h where needed. 2010-08-26 00:20:29 +02:00
util_nttoken.c s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. 2010-09-20 14:04:37 -07:00
util_pw.c s3: Remove talloc_autofree_context() from getpwnam_alloc() 2010-09-26 17:36:40 +02:00
util_sconn.c s3: Add sconn_server_id() 2010-07-05 11:06:24 +02:00
util_seaccess.c s3-util_sid Tidy up global struct security_token 2010-09-11 18:46:12 +10:00
util_sec.c
util_sid.c s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives 2010-09-20 16:15:03 -07:00
util_sock.c samba: share select wrappers. 2010-10-01 22:30:22 +02:00
util_str.c Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.moroder@gmx.net>". 2010-09-09 15:29:03 -07:00
util_tdb.c s3: Use a switch to implement map_nt_error_from_tdb 2010-03-14 17:42:49 +01:00
util_transfer_file.c
util_tsock.c s3: Fix a type-punned warning 2010-06-21 15:03:58 +02:00
util_unistr.c Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.moroder@gmx.net>". 2010-09-09 15:29:03 -07:00
util.c s3: Remove talloc_autofree_context() from myhostname() 2010-09-28 07:36:18 +02:00
version_test.c add a versiontest program to print samba_version_string(). 2009-03-19 23:57:35 +01:00
version.c s3: make better use of ccache by not including version.h in every C-file. 2009-01-15 22:56:01 +01:00
winbind_util.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
wins_srv.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00