1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/lib
Darshan Purandare 065760ede0 MSG_DEBUG now forwarded to all the winbindd children by parent.
smbcontrol winbindd debug level would only set the debug level of the
parent winbindd process and not the child processes. This patch adds
the functionality of broadcasting the debug message to all winbindd
children. Now the debug level message is propagated to all the winbindd
processes that includes parent and children.
(This used to be commit cfbcfc3ffe)
2008-07-01 17:52:24 -07:00
..
compression drsuapi: add all code required for our drsuapi rpc client. 2008-05-23 23:56:21 +02:00
ldb init_shared_module -> init_samba_module 2008-06-23 07:20:18 +02:00
netapi netapi: add NetUserChangePassword() example code. 2008-06-25 09:55:12 +02:00
nss_wrapper nss_wrapper: Fix some warnings 2007-11-09 15:16:59 +01:00
replace Correctly find a [u]int32_t replacement 2008-06-10 17:21:31 +02:00
smbconf Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int or 2008-07-01 15:51:54 -07:00
socket_wrapper socket_wrapper: truncate packets to a 1500 byte payload 2008-06-10 11:38:11 +02:00
talloc Fix warnings on SuSE 9.0. 2008-06-27 15:51:35 +02:00
tdb Convert in_transaction to a bool. Add the same fix Volker 2008-05-20 14:18:58 -07:00
access.c client[ADDR_INDEX] is an IPv4 mapped to IPv6, but 2008-03-06 14:44:07 -08:00
account_pol.c account_pol: use db_open_trans() 2008-04-01 14:04:23 +02:00
adt_tree.c adt_tree: change pathtree_add to return WERR instead of bool. 2008-04-13 15:33:47 +02:00
afs_settoken.c strtok -> strtok_r 2008-01-23 15:08:04 +01:00
afs.c Remove some references to get_current_username() and current_user_info 2008-05-25 11:43:57 +02:00
arc4.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
async_req.c Fix bug 5334 2008-03-18 13:49:46 +01:00
audit.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
bitmap.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
charcnv.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
clobber.c Cope with valgrind > 3.2.x. 2007-12-15 23:05:30 -08:00
conn_tdb.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
crc32.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
ctdbd_conn.c ctdbd_connect: bump debug level to 1 for "connect failed" message. 2008-06-26 12:31:11 +02:00
data_blob.c Merge data_blob_hex_string from Samba4. 2008-04-29 20:22:01 +02:00
dbwrap_ctdb.c Add transactions to the dbwrap API 2008-03-10 21:08:44 +01:00
dbwrap_file.c Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
dbwrap_rbt.c Fix the build on FreeBSD 4.6.2 2008-06-19 12:02:12 +02:00
dbwrap_tdb2.c dbwrap_tdb2: fix a C++ warning by making implicit cast explicit 2008-04-13 00:23:58 +02:00
dbwrap_tdb.c Add transactions to the dbwrap API 2008-03-10 21:08:44 +01:00
dbwrap_util.c dbwrap: fix more "tdb_chainunlock failed" messages 2008-04-07 23:40:18 +02:00
dbwrap.c Fix the build of db_open_trans with CLUSTER_SUPPORT enabled 2008-04-14 13:13:46 +02:00
debug.c MSG_DEBUG now forwarded to all the winbindd children by parent. 2008-07-01 17:52:24 -07:00
display_sec.c More static pstring elimination. 2007-12-17 18:32:27 -08:00
dmallocmsg.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dprintf.c Adding missing calls to va_end(). 2008-01-27 09:33:42 +01:00
dummyroot.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dummysmbd.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
errmap_unix.c Add an error mapping for ENOATTR 2008-01-19 22:58:17 +01:00
events.c Fix max_fd calculation in event_loop_once 2008-06-11 18:58:26 +02:00
fault.c Do not segfault if corepath is not set up properly 2008-06-27 16:57:12 +02:00
file_id.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
fsusage.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
gencache.c gencache: add some const. 2008-05-08 01:10:54 +02:00
genrand.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
hmacmd5.c r24993: Apply some const 2007-10-10 12:30:32 -05:00
iconv.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
interface.c Fix bug in writing names into gencache 2007-10-25 19:07:25 -07:00
interfaces.c Not all implementations of struct ifaddrs define ifa_broadaddr. 2008-02-22 10:43:42 +01:00
ldap_debug_handler.c Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug. 2008-02-06 18:16:22 +01:00
ldap_escape.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
md4.c Remove some statics from md4.c 2007-12-21 09:58:20 +01:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
memcache.c Fix memcache_flush() 2008-05-20 18:38:31 +02:00
messages_ctdbd.c Fix an uninitialized variable 2008-04-19 17:03:09 +02:00
messages_local.c Convert messages_local.c to use "struct tdb_wrap" 2008-05-19 15:28:10 +02:00
messages.c messages: bump debug level to 1 for "messaging_ctdb_init failed". 2008-06-26 12:31:11 +02:00
module.c init_shared_module -> init_samba_module 2008-06-23 07:20:18 +02:00
ms_fnmatch.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
packet.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pam_errors.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
pidfile.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
popt_common.c Fix client authentication with -P switch in client tools (Bug 5435). 2008-05-05 16:59:53 +02:00
privileges_basic.c Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount. 2008-02-14 13:53:28 +01:00
privileges.c Convert account_pol.tdb to dbwrap 2008-04-01 14:04:23 +02:00
rbtree.c Make the Linux rbtrees compile within Samba 2007-12-10 16:06:32 +01:00
readline.c Remove pstrings from client/client.c by doing a large rewrite. 2007-12-06 17:16:33 -08:00
recvfile.c Fix bug #5477 - recvfile code was broken. 2008-05-20 12:09:48 -07:00
secace.c Remove tiny code duplication 2007-12-29 23:12:51 +01:00
secacl.c Some C++ fixes 2007-12-21 09:58:21 +01:00
secdesc.c Remove tiny code duplication 2007-12-29 23:13:26 +01:00
select.c Check return value of pipe(2) 2008-02-23 11:04:13 +01:00
sendfile.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
server_mutex.c Use a separate tdb for mutexes 2008-03-10 21:08:45 +01:00
sharesec.c lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records! 2008-04-15 00:25:27 +02:00
signal.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smbldap_util.c s/sid_to_string/sid_to_fstring/ 2007-12-15 22:47:30 +01:00
smbldap.c build: fix build warning. 2008-06-03 20:41:55 +02:00
smbrun.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
sock_exec.c Coverity fixes 2008-03-17 20:52:25 +01:00
substitute.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
sysacls.c Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). 2008-01-08 01:54:19 +01:00
sysquotas_4A.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sysquotas_linux.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sysquotas_xfs.c r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the 2007-10-10 12:28:24 -05:00
sysquotas.c More pstring removal. This one was tricky. I had to add 2007-11-15 14:19:52 -08:00
system_smbd.c nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros 2008-02-13 10:44:52 +01:00
system.c Fix Bug #5285. (libcap header mismatch) 2008-05-28 13:22:52 +02:00
talloc_stack.c Form a proper hierarchy in talloc_stack 2008-01-10 09:54:06 +01:00
tallocmsg.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
time.c time: move uint64s_nt_time_to_unix_abs() to lib/time.c 2008-06-23 23:38:52 +02:00
ufc.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
username.c Remove Get_Pwnam and its associated static variable 2007-12-19 21:09:10 +01:00
util_file.c More pstring removal. This one was tricky. I had to add 2007-11-15 14:19:52 -08:00
util_nscd.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
util_nttoken.c Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_token 2008-05-10 11:17:00 +02:00
util_pw.c Convert the pwnam cache to memcache 2007-12-21 09:58:20 +01:00
util_reg_api.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
util_reg.c registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c 2008-04-12 02:41:20 +02:00
util_seaccess.c Some C++ fixes 2007-12-21 09:58:21 +01:00
util_sec.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_sid.c Use sid_array_from_info3 in lookup_usergroups_cached(). 2008-04-04 02:53:40 +02:00
util_sock.c Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses 2008-05-28 09:31:42 -07:00
util_str.c util_str: add talloc_asprintf_strlower_m(). 2008-06-04 01:35:43 +02:00
util_tdb.c util_tdb: fix a segfault caused by a fatal typo. 2008-04-12 01:36:10 +02:00
util_transfer_file.c Move transfer_file and transfer_file_internal to a module of their own. 2008-01-10 14:31:25 +01:00
util_unistr.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
util_uuid.c Remove some statics 2007-11-27 14:18:47 +01:00
util.c If no node number is given, default to the current node in smbcontrol 2008-05-19 14:56:15 +02:00
version.c Move samba_extended_info_version to smbd/trans2.c 2008-01-22 13:00:22 +01:00
winbind_util.c From Alexander Bokovoy 2008-01-14 11:06:46 -08:00
wins_srv.c Remove more static data from lib/util_sock.c and 2007-11-03 22:34:46 -07:00
xfile.c Fix bug #5452 - smbclient put always creates zero length 2008-05-08 22:07:35 -07:00