| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
but this
definitely fixes two segfaults.
Volker
|
|
|
|
| |
type, which does not exist on all platforms.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
strupper_m/strlower_m.
Jeremy.
|
|
|
|
|
|
| |
iconv to recognise UCS-2LE and UTF-16LE as synonyms, which means this
change should be more robust when applied in trees that treat UCS-2LE
or UTF-16LE as correct.
|
|
|
|
| |
the UUID structure)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tridge:
the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I have removed it.
- lp_use_mmap() is really meant to cope with systems that have broken
mmap coherence, but map_file() doesn't need coherence, as its maps
read only
- map_file() is used to map the charset files before loadparm has
loaded, so lp_use_mmap() is always returning false for the major
use of map_file()
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 and 5.1
patch from Olaf Flebbe <o.flebbe@science-computing.de>.
Will need to watch this one in the build farm.
* Fix bug found by rwf@loonybin.net where the PRINT_ATTRIBUTE_PUBLISHED
was getting reset by attempts to sanitize the defined attributes
(PRINTER_ATTRIBUTE_SAMBA)
* Resolve name conflict on DEC OSF-5.1 (inspired by patch from
Adharsh Praveen <rprav@india.hp.com>)
* Work around parsing error in the print change notify code
(not that the alignment bug is still there but reording the
entries in the array works around it).
* remove duplicate declaration of getprintprocdir from rpcclient.
|
|
|
|
|
|
|
|
| |
in sync :-).
try to cope with a wider range of UTF-16 characters when we are using
an external libiconv library.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
broken.
|
|
|
|
|
|
| |
a customer hash function for this tdb (yes it does make a difference
on benchmarks). Remove the no longer used hash.c code.
Jeremy.
|
|
|
|
|
|
|
|
| |
that no one
else is around. We can't find the other guy anyway.
Volker
|
| |
|
|
|
|
| |
memory cache associated with open printer handles; also make sure that register_messages_flags() doesn't overwrite the originally registers flags
|
|
|
|
| |
smb.conf variable %I
|
|
|
|
|
| |
logon hours attributes in an LDAP database.
Jeremy.
|
|
|
|
|
|
| |
<patrakov@ums.usu.ru>. Main change, hardcode replacement char
to '_' as I really don't want a new parameter.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
> This patch is (probably) needed for all systems that don't have a
> C99/UNIX98 compliant vsnprintf by default. The builtin sm_*printf
> were no being called, causing things like talloc_init to fail, with
> predictable results.
The should fix 6 (solaris/hpux/irix) builds on the build farm.
Vance
|
|
|
|
|
| |
against broken filesystems which return zero blocksize.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
coding have passed, but I could not find a way to get the OpenLDAP libraries
to reliably time out on any of the queries we make, *and* get correct error
returns. No, async calls and ldap_result does NOT work, or I was simply too
stupid to correctly interpret the OpenLDAP manpage and source.
We can not allow to hang indefinitely in an ldap query, especially not for
winbindd. "ldap timeout" now specifies the overall timeout for the complete
operation, that's why I increased that to 15 seconds.
Volker
|
| |
|
|
|
|
|
|
|
|
|
|
| |
On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork().
For other systems, we now only re-seed after a fork, and on startup.
No need to do it per-operation. This removes the 'need_reseed'
parameter from generate_random_buffer().
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
my (C) to a header file that was at least 50% mine :-).
Jeremy.
|
|
|
|
|
|
| |
core dump) but compiles and links correctly. I will run the full set of
tests on the ldap sam and the tdb sam for password history tomorrow.
Jeremy.
|
|
|
|
|
|
|
|
|
| |
"Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to
linearised pstring due to ordering issues. A few other changes to
fix race conditions. I will add the tdb backend code next. This code
compiles but has not yet been tested with password history policy
set to greater than zero. Targeted for 3.0.6.
Jeremy.
|
|
|
|
|
|
| |
sleep time is not more than 5 seconds. Should fix issue
reported by Chris Garrigues <cwg@deepeddy.com>.
Jeremy.
|
|
|
|
|
|
| |
add a timeout to the ldap open calls. New parameter, ldap timeout
added.
Jeremy.
|
|
|
|
|
| |
lp_interfaces() list from being corrupted.
Jeremy.
|
|
|
|
|
|
|
| |
haven't broken krb5 ticket verification in the mainline code path,
also need to check with valgrind. Everything now compiles (MIT, need
to also check Heimdal) and the "net keytab" utility code will follow.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
when linking against an app that does have vsnprintf() (bug #478)
|
|
|
|
|
|
|
|
|
| |
is needed
for their build environment. The AFS stuff is linux 2.4 only currently, it
works for me on this platform, so apply it.
Volker
|
|
|
|
|
|
|
| |
servers we need to make sure that the clients are given back the IP address
they connected to.
Volker
|
|
|
|
| |
delimters in next_token(), and change print_parameter() to print out parm values surrounded by double quotes (instead of single quotes)
|
|
|
|
|
|
|
|
| |
fix. I'm
still doing more testing, but it fixes a behaviour that we've been wrong
on ever since the start of Samba.
Jeremy.
|
|
|
|
| |
for netgroup case lookups
|
|
|
|
| |
the conversion state
|
|
|
|
| |
netbios name when pulling a string from a packet (jra, please double check this
|
| |
|
|
|
|
| |
*SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
| |
to connection struct entries (as they should have been from
the start). Jerry, once you've cut over to 3.0.4 release
branch I'll add this to 3.0 also.
- Jerry cut over :-).
Jeremy.
|
|
|
|
| |
ml -- now to watch the build farm some more
|
|
|
|
| |
gids using the wrong array size
|
|
|
|
|
|
|
|
|
| |
Split off the non-crypto related parts of lib/afs.c into
lib/afs_settoken.c. This makes wbinfo link without -lcrypto.
Commit vfs_afsacl.c, display & set AFS acls via the NT security editor.
Volker
|
| |
|
|
|
|
| |
timeout in socket connections
|