1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

11384 Commits

Author SHA1 Message Date
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 -
Jelmer Vernooij
28ba8dabb3 Update for 3.0 -
Jelmer Vernooij
55d9ef08a7 Give warning if 'drvupgrade' doesn't get a parameter -
Jelmer Vernooij
c44cc1be75 Add documentation for new messages in 3.0 -
Jelmer Vernooij
0aba351a62 Remove compile info -
Jelmer Vernooij
028b05e1bb Fix typo -
John Terpstra
79e66288f9 More doco updates. Another few days and it will be cooked. -
Tim Potter
f9cb23e687 Fix a compile warning in slprintf format string.
Possible typo: winbind_idmap_methods -> winbindd_idmap_methods

Fix wrong format char when generating a ldap filter string.
-
Jim McDonough
87c7c582c6 The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
This patch moves the ldap routines out of passdb into a generic
library and implements an LDAP backend for IDMAP.  THe backend
can be enabled with "idmap backend = ldap" in smb.conf.  THere
are also schema changes to make sure to update teh ldap schema files.
-
Jeremy Allison
214b217b27 Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com>
noticed the problem.
Jeremy.
-
Jelmer Vernooij
3e2b73fcc1 winbindd should depend on IDMAP_OBJ too, not just link with it -
Richard Sharpe
21a99fdec3 More of coolo's changes for UTF-8 and some minor fixes of mine. -
Jelmer Vernooij
5d2fd222a9 There's no need to use LDAP_CFLAGS, just use CFLAGS -
Jelmer Vernooij
e05d78699c Only use cflags and libs from krb5 when they appear to be working - fixes
build on BSD machines that have a krb5-config that returns @INCLUDE_des@ for
--cflags
-
Richard Sharpe
e1a159c55f Commit some more fixes for Coolo ... -