1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib
2007-10-10 12:59:50 -05:00
..
cmdline 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
crypto r995: - renamed many of our crypto routines to use the industry standard 2007-10-10 12:56:25 -05:00
dcom r1838: Updates from the airplane: 2007-10-10 12:58:00 -05:00
ldb r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), 2007-10-10 12:59:34 -05:00
popt r665: merge over the new build system from my tmp branch 2007-10-10 12:53:36 -05:00
registry r2914: ... and support enumerating values (data is not handled yet, only the names) 2007-10-10 12:59:47 -05:00
socket r2671: we're getting too many errors caused by the talloc_realloc() API not 2007-10-10 12:59:20 -05:00
tdb r2634: use discard_const_p() in a few places 2007-10-10 12:59:14 -05:00
basic.m4 r845: convert SUBSYSTEM LIBBASIC to a .mk file 2007-10-10 12:53:54 -05:00
basic.mk 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
bitmap.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
charcnv.c r2907: auto destroy iconv memory handles on exit, to make valgrind leak 2007-10-10 12:59:46 -05:00
data_blob.c r2674: I have realised that talloc() should have its context marked const, as 2007-10-10 12:59:20 -05:00
debug.c r1123: Make all lp_ string functions return 'const char *'. 2007-10-10 12:56:38 -05:00
dmallocmsg.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
dprintf.c r2017: fix compiler warnings 2007-10-10 12:58:17 -05:00
events.c r2441: set exit code correct when we got EBADF from select() 2007-10-10 12:58:53 -05:00
fault.c r2867: make call_backtrace() public 2007-10-10 12:59:40 -05:00
fsusage.c r873: converted samba4 to use real 64 bit integers instead of 2007-10-10 12:56:14 -05:00
gencache.c r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int) 2007-10-10 12:58:15 -05:00
genrand.c r1498: (merge from 3.0) 2007-10-10 12:57:35 -05:00
getsmbpass.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
iconv.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
iconv.m4 r665: merge over the new build system from my tmp branch 2007-10-10 12:53:36 -05:00
interface.c r884: convert samba4 to use [u]int32_t instead of [u]int32 2007-10-10 12:56:15 -05:00
interfaces.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
ldap_escape.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
messages.c r960: convert 'unsigned int' to uint_t in the most places 2007-10-10 12:56:23 -05:00
module.c r2940: Complain when there is an attempt to register a backend for a subsystem that does 2007-10-10 12:59:50 -05: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 r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
replace.c r1973: for systems that don't have strtoull() try strtouq(). This should fix 2007-10-10 12:58:14 -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 first public release of samba4 code 2003-08-13 01:53:07 +00:00
smbrun.c some compilers don't like the #warning preprocessing directive 2004-02-02 12:15:25 +00:00
snprintf.c r943: change samba4 to use 'uint8_t' instead of 'unsigned char' 2007-10-10 12:56:21 -05:00
substitute.c r2542: I really don't like the 'substitute' code, and I particularly don't 2007-10-10 12:59:04 -05:00
system.c r2872: got rid of a couple of unused (and horrible) functions 2007-10-10 12:59:40 -05:00
talloc.c r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), 2007-10-10 12:59:34 -05:00
tallocmsg.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
talloctort.c remove a lot of unused stuff from the header files 2004-01-28 18:54:36 +00:00
tdb_helper.c r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new 2007-10-10 12:58:21 -05:00
time.c r2646: - use a talloc destructor to ensure that sockets from the new socket 2007-10-10 12:59:16 -05:00
username.c r861: remove the next round of unused stuff 2007-10-10 12:56:13 -05:00
util_file.c r2872: got rid of a couple of unused (and horrible) functions 2007-10-10 12:59:40 -05:00
util_getent.c r685: The SAM is dead! Long live the new SAM! ;-) 2007-10-10 12:53:42 -05:00
util_pw.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
util_secdesc.c r937: - added a simple QuerySecurity implementation in samr server 2007-10-10 12:56:20 -05:00
util_sid.c r929: Remove more unused code from util_sid.c (the old-style sid code is 2007-10-10 12:56:20 -05:00
util_sock.c r2621: - now that the client code is non-blocking, we no longer need 2007-10-10 12:59:12 -05:00
util_str.c r2932: character expansion in strlower_m or strupper_m is considered fatal 2007-10-10 12:59:49 -05:00
util_strlist.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
util_unistr.c r2902: make toupper_w() and tolower_w() slightly faster by putting the most common 2007-10-10 12:59:46 -05:00
util_uuid.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
util.c r2900: rusty pointed out to me that discard_const() can be done via a macro 2007-10-10 12:59:46 -05:00
version.c merge the version.h autogeneration stuff from 3.0 2004-01-28 12:47:52 +00:00
wins_srv.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
xfile.c r2601: avoid free()ing unallocated memory by mistake 2007-10-10 12:59:11 -05:00