1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source3/lib
Andrew Bartlett 4bf783d4d6 s3-auth Change type of num_sids to uint32_t
size_t is overkill here, and in struct security_token in the num_sids
is uint32_t.

This includes a change to the prototype of add_sid_to_array()
and add_sid_to_array_unique(), which has had a number of
consequnetial changes as I try to sort out all the callers using
a pointer to the number of sids.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-09-11 18:46:05 +10:00
..
eventlog s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
netapi s3-auth Change type of num_sids to uint32_t 2010-09-11 18:46:05 +10:00
smbconf s3-popt: Only include popt-common.h when needed. 2010-08-05 12:08:31 +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
bitmap.c s3: Remove unused bitmap_[allocate|free] 2010-03-28 15:25:17 +02:00
charcnv.c
clobber.c
conn_tdb.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
ctdbd_conn.c s3-ctdb: ctdbd_init_connection() is static to this file. 2010-09-01 10:56:17 +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
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
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-event: switch s3 to using tevent_re_initialise() 2010-03-26 22:07:50 +11:00
fault.c s3: Log the correct core path on Linux if core_pattern is set 2010-07-26 16:06:21 +02:00
file_id.c
fncall.c
g_lock.c s3: messaging_ctdbd_connection() was only called with procid_self() 2010-08-31 17:07:41 +02:00
gencache.c s3: Use tdb_transaction_start_nonblock in gencache_stabilize 2010-03-28 15:25:15 +02:00
iconv.c
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
ldap_escape.c
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 s3: Use msg_ctx->id in messaging 2010-07-04 17:29:23 +02:00
messages.c s3: messaging_ctdbd_init potentially modifies my_vnn 2010-08-31 17:07:41 +02:00
module.c
ms_fnmatch.c s3: Fix a bool/enum mismatch 2009-11-21 20:49:16 +01:00
packet.c
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_basic.c s3-privs Only store low bits of luid in privileges table 2010-09-11 18:46:05 +10:00
privileges.c s3-auth Change type of num_sids to uint32_t 2010-09-11 18:46:05 +10:00
pthreadpool.c
readline.c s3-lib: Remove redefinition of RL_COMPLETION_CAST. 2010-07-28 10:39:22 +02:00
recvfile.c
secdesc.c s3-security: move ALL_SECURITY_INFORMATION to the only user. 2010-06-03 11:00:25 +02:00
select.c s3: use monotonic time in timeout of sys_select_intr() 2010-08-31 10:26:28 +02:00
sendfile.c
server_contexts.c s3:lib make server contexts generic 2010-06-10 17:30:45 -04:00
server_mutex.c
serverid.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
sessionid_tdb.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
sharesec.c s3-build: use dbwrap.h only where needed. 2010-08-26 00:25:55 +02:00
smbldap_util.c
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
sock_exec.c
substitute.c s3: Set the client_id in substitute.c once 2010-08-29 21:55:23 +02:00
sysacls.c
sysquotas_4A.c
sysquotas_linux.c
sysquotas_nfs.c s3:smbd: add a nfs backend for sysquotas. 2010-08-25 14:05:51 +02:00
sysquotas_xfs.c
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
time.c s3: use clock_gettime() in timespec_current() 2010-08-31 09:07:36 +02: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
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-auth Rename NT_USER_TOKEN privileges -> privilege_mask 2010-08-31 11:25:41 +10:00
util_pw.c s3-build: only include memcache.h where needed. 2010-08-26 00:20:28 +02:00
util_sconn.c s3: Add sconn_server_id() 2010-07-05 11:06:24 +02:00
util_seaccess.c s3-lib: Make the standard_mapping parameter const. 2010-07-27 10:27:15 -04:00
util_sec.c
util_sid.c s3-auth Change type of num_sids to uint32_t 2010-09-11 18:46:05 +10:00
util_sock.c s3-build: only include memcache.h where needed. 2010-08-26 00:20:28 +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_uuid.c
util.c s3: messaging_ctdbd_connection() was only called with procid_self() 2010-08-31 17:07:41 +02:00
version_test.c
version.c
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