..
.cvsignore
- fixed cast warnings
0001-01-01 00:00:00 +00:00
access.c
Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the
0001-01-01 00:00:00 +00:00
account_pol.c
Spelling fixes.
0001-01-01 00:00:00 +00:00
adt_tree.c
fixed a logic error in the sorted_tree_find_child() routine
0001-01-01 00:00:00 +00:00
bitmap.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
charcnv.c
Updates!
0001-01-01 00:00:00 +00:00
crc32.c
int -> uint32
0001-01-01 00:00:00 +00:00
data_blob.c
Nobody uses this, and its really just a layer of internal implementation.
0001-01-01 00:00:00 +00:00
debug.c
Fix debug level initialization for net.c
0001-01-01 00:00:00 +00:00
dmallocmsg.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
domain_namemap.c
Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.
0001-01-01 00:00:00 +00:00
dprintf.c
put the ifdef for HAVE_VA_COPY in one place rather than in lots of
0001-01-01 00:00:00 +00:00
error.c
IFSTEST fixes for open fid, nametoolong.
0001-01-01 00:00:00 +00:00
fault.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
fsusage.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
genrand.c
good security patch from Timothy.Sell@unisys.com
0001-01-01 00:00:00 +00:00
getsmbpass.c
Small tidyups for gcc in 'preen' mode....
0001-01-01 00:00:00 +00:00
hash.c
Removed version number from file header.
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
Removed version number from file header.
0001-01-01 00:00:00 +00:00
interface.c
used findstatic.pl to make some variables static and remove some dead
0001-01-01 00:00:00 +00:00
interfaces.c
merge from 2.2
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
Fix the forword prototype to be a static for this static function.
0001-01-01 00:00:00 +00:00
messages.c
Fixed compiler warning.
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
netatalk.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
pam_errors.c
Updates to better report some NTSTATUS errors into PAM, and update to PAM
0001-01-01 00:00:00 +00:00
pidfile.c
pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor things; compiles and shouldnt break, but needs testing
0001-01-01 00:00:00 +00:00
popt_common.c
Our include popt is starting to get a bit old - fixed some compile
0001-01-01 00:00:00 +00:00
readline.c
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
0001-01-01 00:00:00 +00:00
replace.c
Move tridge's getgrouplist() replacement function from replace.c to a new
0001-01-01 00:00:00 +00:00
select.c
fixed a bug in handling select in the main daemon - this stops the daemon spinning if a signal is received at an inconvenient moment
0001-01-01 00:00:00 +00:00
server_mutex.c
This patch does 2 things:
0001-01-01 00:00:00 +00:00
signal.c
Ensure we save any older SIGALRM signal handler.
0001-01-01 00:00:00 +00:00
smbpasswd.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
smbrun.c
It seems I didn't need to write a dup2() wrapper - as we already use it a
0001-01-01 00:00:00 +00:00
snprintf.c
Since includes.h isn't included here, VA_COPY has to be defined here. I don't
0001-01-01 00:00:00 +00:00
substitute.c
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
0001-01-01 00:00:00 +00:00
sysacls.c
Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.
0001-01-01 00:00:00 +00:00
system_smbd.c
Updates!
0001-01-01 00:00:00 +00:00
system.c
fix a few segfaults
0001-01-01 00:00:00 +00:00
talloc.c
used findstatic.pl to make some variables static and remove some dead
0001-01-01 00:00:00 +00:00
tallocmsg.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
talloctort.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
time.c
used findstatic.pl to make some variables static and remove some dead
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
found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before close
0001-01-01 00:00:00 +00:00
util_file.c
don't warn on non-existant files in map_file(), let the caller handle any warning
0001-01-01 00:00:00 +00:00
util_getent.c
Move tridge's getgrouplist() replacement function from replace.c to a new
0001-01-01 00:00:00 +00:00
util_pw.c
Add back sys_getpwnam() and freinds to the system.c interface, but don't
0001-01-01 00:00:00 +00:00
util_seaccess.c
Remove "sids.h" as it really wasn't being used anywhere, and was exporting
0001-01-01 00:00:00 +00:00
util_sec.c
fixed a problem with getgroups() where it could include our current
0001-01-01 00:00:00 +00:00
util_sid.c
added a generic print_guid utility, and get the byte order handing
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
Patch from mimir to back out idra's attempted DOS mitigation patch.
0001-01-01 00:00:00 +00:00
util_str.c
The idea of this function is not to touch the argument, so make it const too...
0001-01-01 00:00:00 +00:00
util_unistr.c
added a useful unistr2 display function
0001-01-01 00:00:00 +00:00
util_uuid.c
Use byteorder.h macros
0001-01-01 00:00:00 +00:00
util.c
added smb_xstrndup()
0001-01-01 00:00:00 +00:00
wins_srv.c
fixed a memory corruption bug in the wins code
0001-01-01 00:00:00 +00:00
xfile.c
fixed line buffer mode in XFILE
0001-01-01 00:00:00 +00:00