1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/lib
Andrew Tridgell e159e42d84 r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p() macro. Use
talloc_size() if you want the old behaviour.

I have kept talloc_p() as an alias for now. Once we change all calls
to be plain talloc() then we can remove it.
(This used to be commit 2011bbeb84)
2007-10-10 13:08:26 -05:00
..
cmdline r4045: readd krb5 support defaulted to disable 2007-10-10 13:06:17 -05:00
crypto r4197: Remove silly extra const. 2007-10-10 13:07:25 -05:00
dcom r4481: get rid of the last leak 2007-10-10 13:08:10 -05:00
ldb r4547: - added talloc_new(ctx) macro that is a neater form of the common talloc(ctx, 0) call. 2007-10-10 13:08:20 -05:00
messaging r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
netif r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
popt r3730: More build system fixes and simplifications 2007-10-10 13:05:47 -05:00
registry r4549: got rid of a lot more uses of plain talloc(), instead using 2007-10-10 13:08:25 -05:00
socket r3753: Have some modules default to "NOT" and enable them again when 2007-10-10 13:05:51 -05:00
talloc r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p() macro. Use 2007-10-10 13:08:26 -05:00
tdb r4467: - tdb standalone build doesn't need -DSTANDALONE any more 2007-10-10 13:07:54 -05:00
basic.mk r4473: - moved talloc into its own lib/talloc/ area 2007-10-10 13:07:55 -05:00
capability.c r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 build 2007-10-10 13:05:18 -05:00
charcnv.c r4124: include locale.h to get LC_ALL in include/system/iconv.h 2007-10-10 13:06:28 -05:00
data_blob.c r4549: got rid of a lot more uses of plain talloc(), instead using 2007-10-10 13:08:25 -05:00
db_wrap.c r4475: fixed smbd to work with the small changes in the ldb API (the most important 2007-10-10 13:07:55 -05:00
debug.c r3494: got rid of include/rewrite.h, and split out the dynconfig.h header 2007-10-10 13:05:22 -05:00
dprintf.c r3441: some include file cleanups and general housekeeping 2007-10-10 13:05:11 -05:00
events.c r4547: - added talloc_new(ctx) macro that is a neater form of the common talloc(ctx, 0) call. 2007-10-10 13:08:20 -05:00
fault.c r3458: more solaris portability fixes, the main one being that we can't use a 2007-10-10 13:05:16 -05:00
fsusage.c r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
gencache.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
genrand.c r4549: got rid of a lot more uses of plain talloc(), instead using 2007-10-10 13:08:25 -05:00
getsmbpass.c r3518: fixed some includes to be consistent. 2007-10-10 13:05:27 -05:00
iconv.c r4267: fixed the charset code to use the builtin_functions. 2007-10-10 13:07:30 -05:00
iconv.m4 r665: merge over the new build system from my tmp branch 2007-10-10 12:53:36 -05:00
idtree.c r3130: - added a LOCAL-IDTREE test suite 2007-10-10 13:02:24 -05:00
ldap_escape.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
ms_fnmatch.c r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -05:00
mutex.c more mutex portability. 2003-12-16 03:45:04 +00:00
pam_errors.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
pidfile.c r3441: some include file cleanups and general housekeeping 2007-10-10 13:05:11 -05:00
replace.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
select.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
server_mutex.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
signal.c r3450: portability fixes 2007-10-10 13:05:13 -05:00
snprintf.c r943: change samba4 to use 'uint8_t' instead of 'unsigned char' 2007-10-10 12:56:21 -05:00
substitute.c r3494: got rid of include/rewrite.h, and split out the dynconfig.h header 2007-10-10 13:05:22 -05:00
system.c r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 build 2007-10-10 13:05:18 -05:00
tdb_helper.c r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the 2007-10-10 12:59:56 -05:00
time.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
unix_privs.c r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
username.c r861: remove the next round of unused stuff 2007-10-10 12:56:13 -05:00
util_file.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
util_getent.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
util_pw.c r4058: added a type safe version of smb_xmalloc() 2007-10-10 13:06:20 -05:00
util_sock.c r3457: s_addr is a macro on solaris, so we can't use it in structure names. arrgh. 2007-10-10 13:05:15 -05:00
util_str.c r4549: got rid of a lot more uses of plain talloc(), instead using 2007-10-10 13:08:25 -05:00
util_strlist.c r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p() 2007-10-10 13:06:19 -05:00
util_unistr.c r3449: more include file reduction 2007-10-10 13:05:13 -05:00
util.c r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p() 2007-10-10 13:06:19 -05:00
version.c merge the version.h autogeneration stuff from 3.0 2004-01-28 12:47:52 +00:00
wins_srv.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
xfile.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00