1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/lib
0001-01-01 00:00:00 +00:00
..
.cvsignore - fixed cast warnings 0001-01-01 00:00:00 +00:00
access.c fix CIDR hosts allow/deny notation 0001-01-01 00:00:00 +00:00
account_pol.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 0001-01-01 00:00:00 +00:00
adt_tree.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 0001-01-01 00:00:00 +00:00
bitmap.c Merge of signed/unsigned fixes from HEAD. 0001-01-01 00:00:00 +00:00
charcnv.c Export lazy_initialize_conv so that it can be called from 0001-01-01 00:00:00 +00:00
clobber.c Split "clobber" function and variables into its own file before it 0001-01-01 00:00:00 +00:00
crc32.c Add const. 0001-01-01 00:00:00 +00:00
data_blob.c Merge from HEAD client-side authentication changes: 0001-01-01 00:00:00 +00:00
debug.c Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD. 0001-01-01 00:00:00 +00:00
dmallocmsg.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
dprintf.c Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. 0001-01-01 00:00:00 +00:00
fault.c BUGS.txt -> Bugs appendix in HOWTO Collection 0001-01-01 00:00:00 +00:00
fsusage.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
gencache.c (merge from HEAD) Valgrind found some memory leaks! 0001-01-01 00:00:00 +00:00
genrand.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 0001-01-01 00:00:00 +00:00
getsmbpass.c const cleanup. 0001-01-01 00:00:00 +00:00
hash.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
hmacmd5.c bcopy must DIE ! Stop people creeping use of bcopy back into the code 0001-01-01 00:00:00 +00:00
iconv.c Patch from Michael Steffens. In his own words : 0001-01-01 00:00:00 +00:00
interface.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
interfaces.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
ldap_escape.c Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to 0001-01-01 00:00:00 +00:00
md4.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
messages.c lib/messages.c: Check return from chainlock before modifying message queue. 0001-01-01 00:00:00 +00:00
module.c - Rename 'modules = ' to 'preload modules = ' 0001-01-01 00:00:00 +00:00
ms_fnmatch.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
pam_errors.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 0001-01-01 00:00:00 +00:00
pidfile.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
popt_common.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
readline.c merge from HEAD - x_fileno, not fileno on an XFILE 0001-01-01 00:00:00 +00:00
replace.c Merge minor library fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
select.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
sendfile.c merging [un]signed declaration 0001-01-01 00:00:00 +00:00
server_mutex.c Merge from HEAD - make winbindd locking sane again: 0001-01-01 00:00:00 +00:00
signal.c Merge from HEAD: 0001-01-01 00:00:00 +00:00
smbpasswd.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 0001-01-01 00:00:00 +00:00
smbrun.c sync 3.0 branch with head 0001-01-01 00:00:00 +00:00
snprintf.c merge from 2.2 0001-01-01 00:00:00 +00:00
substitute.c Add an extra parameter to our 'set_remote_machine_name' and 0001-01-01 00:00:00 +00:00
sysacls.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
system_smbd.c Merge minor library fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
system.c dlsym takes a const char *. 0001-01-01 00:00:00 +00:00
talloc.c Finish adding strings to all talloc_init() calls. 0001-01-01 00:00:00 +00:00
tallocmsg.c Forward port the change to talloc_init() to make all talloc contexts 0001-01-01 00:00:00 +00:00
talloctort.c talloc_init_named -> talloc_init. 0001-01-01 00:00:00 +00:00
time.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 0001-01-01 00:00:00 +00:00
username.c Merge of server-side authentication changes to 3.0: 0001-01-01 00:00:00 +00:00
util_file.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
util_getent.c Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. 0001-01-01 00:00:00 +00:00
util_pw.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
util_seaccess.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00
util_sec.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
util_sid.c Some progress towards gums and tdbsam2 0001-01-01 00:00:00 +00:00
util_smbd.c Move tridge's getgrouplist() replacement function from replace.c to a new 0001-01-01 00:00:00 +00:00
util_sock.c workaround streams leak on SCO openserver 5.0.x 0001-01-01 00:00:00 +00:00
util_str.c Don't set zero length for the base64 decoded string (fixes swat auth). 0001-01-01 00:00:00 +00:00
util_unistr.c check_dos_char: Change this to use a lazily-initialized lookup table 0001-01-01 00:00:00 +00:00
util_uuid.c Merge a bunch of trivial changes from HEAD. The difference remaining 0001-01-01 00:00:00 +00:00
util.c Merge removal of some unused functions. Commit mistakenly included with 0001-01-01 00:00:00 +00:00
wins_srv.c Merge of wins server dead list into gencache.tdb 0001-01-01 00:00:00 +00:00
xfile.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 0001-01-01 00:00:00 +00:00