Andrew Tridgell
b96590ad09
strequal() returns True for equal, not an int
-
Andrew Tridgell
bd00355c1d
don't rely on realloc() working on NULL
-
Andrew Bartlett
98f7632554
If the string does not convert back, print the buggy result.
-
Andrew Bartlett
a60fd29b43
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
...
Andrew Bartlett
-
Simo Sorce
cf17261519
This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
...
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.
Added some other fixes/improvements
Simo.
-
Richard Sharpe
4070ff1c69
Make autogen.sh more portable by having it work on both Linux and FreeBSD
...
under sh and bash.
-
Jelmer Vernooij
3f78ea7d06
Fix building on platforms without ldap
-
John Terpstra
d12a1bb826
Update for other contributors to.
-
John Terpstra
157a5525d3
Filling in some more blanks.
-
Richard Sharpe
7f6367aac8
Fix debug handling in libsmbclient.c.
...
Also, PLEASE, PLEASE, PLEASE, do not include bashism and Cisms in shell
scripts.
-
Jelmer Vernooij
fb20589e7c
Fix typos / layout
-
Simo Sorce
5ac94535d7
some more idmapping :)
-
John Terpstra
7dac688c4d
More edits on profile management.
-
Jelmer Vernooij
5827981c0d
Some layout updates
-
Richard Sharpe
41b320ffc5
Some more good stuff from coolo.
-
Jelmer Vernooij
d0a767a765
Replace 'so' by $SHLIBEXT
-
Jelmer Vernooij
319d41201d
Use $SHLIBEXT, not .so
-
Jelmer Vernooij
71441d3d7c
- Add some entities for authors
...
- Layout improvements, fixing links
-
Jeremy Allison
55d0ab0e30
Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
...
correct delete on close semantics change.
Jeremy.
-
Richard Sharpe
b03ac852a8
Some castiness for Don McCall.
-
Jeremy Allison
eb861e9d0f
Fix for very subtle POSIX lock interaction race condition found by
...
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.
-
Jelmer Vernooij
60979d59b4
Add entities for some common authors
-
Jelmer Vernooij
1699a50ef8
Claim some jobs :-)
-
John Terpstra
d14e18e03a
Updated notes by jht.
-
John Terpstra
6e97a81a1f
Obsoleted files. All content of value is now in the HOWTO Collection.
-
Volker Lendecke
e1f953241e
This is a merge of the NETLOGON schannel server code from Samba
...
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)
It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.
What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.
Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.
My next thing will be to see if this applies cleanly to 3_0.
Please test and comment!
Volker
-
John Terpstra
ec8f717f77
Updated CUPS info from Kurt Pfiefle's Samba-2.2 docs.
-
John Terpstra
64b1a9634a
Some update and Fixes for typos.
-
John Terpstra
679191bfd5
New docs added.
-
John Terpstra
ed6fd02ff8
More docs updates. Much more under way.
-
Martin Pool
4804873559
Merge from Subversion r50.
-
Martin Pool
1b1bb8ac37
Merge from Subversion:
...
Add example of a test that fails.
-
Martin Pool
54f4df0301
t_doschar: Test harness that exercises check_dos_char()
-
Martin Pool
346c763fd1
Test harness that exercises check_dos_char()
-
Jeremy Allison
5dc3150ff3
Fix the new storage code to correctly convert from system queue info to
...
pjob info. Ensure we retrieve more than one job from the storage code.
Jeremy.
-
Tim Potter
67bc6bccc2
SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
-
Tim Potter
18685d137e
Fix compiler warning - cli_lsa_query_info_policy actually returns the
...
domain name. We were passing in an already initialised string which was
causing the warning.
-
Tim Potter
516e6c2e00
Updated warning messages for when configure.in is updated.
-
Tim Potter
32d1dd19bb
Removed unused variables.
-
Tim Potter
9c706be7b4
Fixed compiler warning.
-
Gerald Carter
4475d47179
better method of locating autoconf and autoheader; patch by Willi Mann
-
Tim Potter
3ac60d2ceb
Abort configure if --with-ads and --without-ldap.
-
Jelmer Vernooij
c38bdb2aa0
Convert RoutedNetworks to SGML
-
Jelmer Vernooij
abfd78c7e3
Update docs status. We have only 1 program left to document (wrepld),
...
and 3 manpages to finished (net, smb.conf, ntlm_auth)
-
Jelmer Vernooij
0428827ab1
Document remaining commands
-
Jelmer Vernooij
13d79e38a6
Fix formatting of rpcclient manpage
-
Jelmer Vernooij
82664c099d
- Use entities in smbsh.1
...
- First update of commands in rpcclient.1
-
Jelmer Vernooij
edd15d36f5
Update manpages for 3.0
-
Jelmer Vernooij
2259117e65
Update to 3.0
-
Jelmer Vernooij
4e2828165b
Update for 3.0
-