1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib
Volker Lendecke b067a5e4e8 s3: Remove debug_ctx()
smbd just crashed on me: In a debug message I called a routine preparing a
string that itself used debug_ctx. The outer routine also used it after the
inner routine had returned. It was still referencing the talloc context
that the outer debug_ctx() had given us, which the inner DEBUG had already
freed.
2009-11-03 11:30:00 +01:00
..
eventlog Fix a couple of warnings 2009-04-23 14:35:50 +02:00
ldb Fix builds with external tdb 2009-10-11 09:48:53 -04:00
netapi s3-libnetapi: add nltest tool. 2009-10-16 10:54:55 +02:00
smbconf s3:libsmbconf: fix a comment typo 2009-04-27 13:25:07 +02:00
access.c
account_pol.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
adt_tree.c
afs_settoken.c Fix bug 6136: New AFS syscall conventions 2009-05-03 22:16:01 +02:00
afs.c Fix bug 6136: New AFS syscall conventions 2009-05-03 22:16:01 +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 Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00
charcnv.c Use a switch statement in charset_name() 2009-07-25 12:58:06 -04:00
clobber.c
conn_tdb.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00
ctdbd_conn.c s3: Fix a 100% CPU loop when ctdbd dies during a traverse 2009-11-02 17:02:20 +01:00
dbwrap_ctdb.c s3:dbwrap_ctdb: add debug message to transaction_fetch_start() 2009-11-03 01:02:38 +01:00
dbwrap_file.c
dbwrap_rbt.c Implement db_rbt_traverse 2009-08-08 13:44:31 +02:00
dbwrap_tdb.c Replace short-lived NULL talloc contexts with talloc_tos(). 2009-07-16 18:13:46 -07:00
dbwrap_util.c s3:dbwrap: add dbwrap_trans_change_int32_atomic() 2009-07-29 16:26:29 +02:00
dbwrap.c s3: Remove a pointless #endif/#ifdef pair 2009-10-22 16:33:44 +02:00
debug.c s3: Remove debug_ctx() 2009-11-03 11:30:00 +01:00
dmallocmsg.c
dprintf.c s3: Fix Coverity ID 581 -- NEGATIVE_RETURNS 2009-09-18 20:20:39 +02:00
dummyroot.c
dummysmbd.c
errmap_unix.c s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_STATUS_INVALID_PARAMETER 2009-08-27 16:45:39 +02:00
events.c Quieten events and tldap debug messages 2009-07-10 22:01:56 +02:00
fault.c s3: BSD needs sys/sysctl.h included to build properly 2009-09-15 06:54:31 +02: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
gencache.c s3-gencache: restore gencache_get behavior with NULL args (with torture test). 2009-11-02 13:04:26 +01:00
iconv.c Fix some nonempty blank lines 2009-07-25 12:58:06 -04:00
idmap_cache.c
interface.c Fix bug 5681: Do not limit the number of network interfaces 2009-05-18 13:38:55 +02:00
interfaces.c Fix bug 6707 - 3.4.1 segfault in parsing configs. 2009-09-10 09:52:11 -07: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
memcache.c
messages_ctdbd.c
messages_local.c Use TDB_VOLATILE instead of tdb_set_max_dead() 2009-05-19 14:54:53 +02:00
messages.c fixed a bug in message handling for code the change notify code 2009-03-10 16:45:45 +11:00
module.c
ms_fnmatch.c s3:lib Use push_ucs2_talloc() in ms_fnmatch() 2009-04-08 01:15:24 +02:00
packet.c
pam_errors.c
pidfile.c Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it." 2009-07-03 12:41:08 +02:00
popt_common.c s3:lib: setup talloc log and abort functions 2009-08-24 16:30:00 +10:00
privileges_basic.c s3-privileges: remove trailing whitespace from privileges codes. 2009-05-16 01:27:51 +02:00
privileges.c s3-privileges: add privilege_delete_account(). 2009-05-16 01:27:51 +02:00
pthreadpool.c Many build farm boxes do not have clock_gettime 2009-05-01 21:43:25 +02:00
readline.c
recvfile.c
secdesc.c s3: Use common security_descriptor_equal(). 2009-04-21 18:17:40 +02:00
select.c s3:lib/select: don't overwrite errno in the signal handler 2009-09-21 05:55:05 +02: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_mutex.c
sharesec.c s3/smbd: open the share_info.tdb on startup instead of tconx 2009-08-26 16:34:10 -07:00
smbldap_util.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
smbldap.c s3: Rename new parameter "ldap ref follow" to "ldap follow referral". 2009-10-26 12:11:59 +01: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
substitute.c Convert Samba3 to use the common lib/util/charset API 2009-04-14 12:53:56 +10:00
sysacls.c
sysquotas_4A.c
sysquotas_linux.c
sysquotas_xfs.c
sysquotas.c s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex). 2009-06-29 16:51:53 +02:00
system_smbd.c Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to allow AIX to call sys_getgrouplist only once 2009-07-31 04:34:37 -04:00
system.c s3: Add access_mask to the flock VFS call 2009-10-06 18:52:06 +02:00
talloc_dict.c s3: Add talloc_dict.[ch] 2009-08-16 12:38:19 +02:00
tallocmsg.c
tdb_validate.c More warning fixes for Solaris. 2009-02-23 16:22:43 -08:00
tdb_validate.h
time.c Second attempt at fix for bug 6529 - Offline files conflict with Vista and Office 2003. 2009-08-24 20:57:37 -07:00
tldap_util.c Add tldap_pull_guid 2009-07-04 12:54:22 +02:00
tldap.c s3:tldap: fix the build - a void function should not return a value 2009-07-15 20:59:34 +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_nscd.c s3: Fix incorrect rc check of nscd_flush_cache. 2009-10-29 11:11:43 -04:00
util_nttoken.c Move secace.c to top-level. 2009-03-01 18:00:26 +01:00
util_pw.c
util_reg_api.c Fix a type-punned warning 2009-04-23 14:35:50 +02:00
util_reg.c s3-util: use pull_reg_multi_sz in reg_pull_multi_sz. 2009-09-30 00:31:17 +02:00
util_seaccess.c
util_sec.c
util_sid.c s3: Remove debug_ctx() 2009-11-03 11:30:00 +01:00
util_sock.c libcli:nbt make the lmhosts parsing code and dependicies common 2009-09-15 07:42:54 -07:00
util_str.c Revert 918b5a7e05. This code 2009-09-24 15:42:36 -07:00
util_tdb.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00
util_transfer_file.c
util_tsock.c Add tstream_read_packet 2009-06-27 23:17:49 +02:00
util_unistr.c s3: remove unused rpcstr_pull and rpcstr_pull_talloc. 2009-10-01 11:40:31 +02:00
util_uuid.c Make sid_binstring & friends take a talloc context 2009-05-28 11:33:21 +02:00
util.c s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct. 2009-09-11 00:36:59 +02:00
version_test.c add a versiontest program to print samba_version_string(). 2009-03-19 23:57:35 +01:00
version.c
winbind_util.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00
wins_srv.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00