samba.git
21 years agoUpdate HOWTO link.
John Terpstra [Mon, 7 Apr 2003 06:57:57 +0000 (06:57 +0000)]
Update HOWTO link.
(This used to be commit 8e96bb33c02ecab7243b177d1182409188624ef6)

21 years agoprivilaged -> privileged
Tim Potter [Mon, 7 Apr 2003 06:43:16 +0000 (06:43 +0000)]
privilaged -> privileged

(This changes the location of the winbindd privileged pipe)
(This used to be commit f111f10076c7797e5fd39edcc0aad7d860bb5ac5)

21 years agoRemove duplicate "tallocdump" message from tdb messaging system. The
Tim Potter [Mon, 7 Apr 2003 06:13:36 +0000 (06:13 +0000)]
Remove duplicate "tallocdump" message from tdb messaging system.  The
same functionality exists as "pool-usage".

Move initialisation of this and dmalloc messages inside message_init().
(This used to be commit af6ecafcbbf65dbedc49b3a86da39ce608bdadac)

21 years agoAdded description for lookupdomain SAMR function.
Tim Potter [Mon, 7 Apr 2003 05:59:46 +0000 (05:59 +0000)]
Added description for lookupdomain SAMR function.
(This used to be commit 6d19788352ca16fe771961ead7bb9da074eff13e)

21 years agoRestore previous behaviour to update on pdb_unix (auto-upgrade to new account)
Andrew Bartlett [Mon, 7 Apr 2003 04:52:30 +0000 (04:52 +0000)]
Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)
(This used to be commit 0509cbc59174354b7c57206a07f7bd222cc87db4)

21 years agoAdding Rafal's docs on InterdomainTrusts.
John Terpstra [Mon, 7 Apr 2003 00:22:38 +0000 (00:22 +0000)]
Adding Rafal's docs on InterdomainTrusts.
(This used to be commit 5af34d90c314ef840a42b87f2d8b6c89bc2471aa)

21 years agoAddinf InterdomainTrusts.sgml
John Terpstra [Mon, 7 Apr 2003 00:22:03 +0000 (00:22 +0000)]
Addinf InterdomainTrusts.sgml
(This used to be commit 5214eb7d6a6098c7b06819224bc3325a3df0e309)

21 years agoConvert more parameters to new smb.conf(5) style. Document found occurences of non...
Alexander Bokovoy [Sun, 6 Apr 2003 22:14:01 +0000 (22:14 +0000)]
Convert more parameters to new smb.conf(5) style. Document found occurences of non-documented parameters in doc-status
(This used to be commit 3a9784d8b2318af4d9b349edd1aba4065d25da23)

21 years agoRegenerate docs
Jelmer Vernooij [Sun, 6 Apr 2003 18:42:44 +0000 (18:42 +0000)]
Regenerate docs
(This used to be commit 5a2aaa3d5b039776314067aee953921e7865dc4d)

21 years agoUse entities
Jelmer Vernooij [Sun, 6 Apr 2003 17:34:48 +0000 (17:34 +0000)]
Use entities
(This used to be commit d65bb6fade27c8e97697d4cb0e5741d0dfbe4dc8)

21 years agoFix the handling of smb.conf in libsmbclient.
Richard Sharpe [Sun, 6 Apr 2003 17:22:41 +0000 (17:22 +0000)]
Fix the handling of smb.conf in libsmbclient.

The right thing to do is to try for the user's local one in ~/.smbc/smb.conf,
and if that fails, try the one in dyn_CONFIGFILE, and if that fails, keep
going with the defaults but log a message.
(This used to be commit 15fa48d19d178cf8bf214ea02f6c7a4c38890f71)

21 years agofix commit
Simo Sorce [Sun, 6 Apr 2003 16:01:18 +0000 (16:01 +0000)]
fix commit
(This used to be commit ad1a2ab0d6330a0b0fbce7b30ec5f6f502133921)

21 years agoClean up error messages on cli pipe disconnection, including adding the message
Andrew Bartlett [Sun, 6 Apr 2003 13:19:49 +0000 (13:19 +0000)]
Clean up error messages on cli pipe disconnection, including adding the message
for broken-due-to-bad-sig.

Andrew Bartlett
(This used to be commit b010b6c2dc400a97eb2ad038cd1fdb34bbde2ef0)

21 years agoFix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonyms
Alexander Bokovoy [Sun, 6 Apr 2003 13:16:28 +0000 (13:16 +0000)]
Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonyms
(This used to be commit e46177acecef375aaea35704a513d9e7f8bf04a8)

21 years agoUpdate doc-status
Alexander Bokovoy [Sun, 6 Apr 2003 13:15:15 +0000 (13:15 +0000)]
Update doc-status
(This used to be commit 92b6c389c2881094ac89b422d0fb8d88e4651e96)

21 years agoFix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void **)
Andrew Bartlett [Sun, 6 Apr 2003 13:11:29 +0000 (13:11 +0000)]
Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void **)
(This used to be commit dc04b732baa0848e391baf7f148218a10e0af032)

21 years agoSMB signing updates - this gets NTLMSSP signing workin to the point where I
Andrew Bartlett [Sun, 6 Apr 2003 13:08:07 +0000 (13:08 +0000)]
SMB signing updates - this gets NTLMSSP signing workin to the point where I
just need to get the verifiction code working - we get back a signiture from
the server, and just can't verify it yet.

This also brings the short-packet checks into common code, and breaks the
connection if the server sends a signed reply, on an established connection,
that fails the test.

This breaks our read/write code at the moment, as we need to keep a list
of outstanding packets.

(signing is not enabled by default, unless the server demands it)

Not for 3.0 till I fix the outstanding packet list.

Andrew Barlett
(This used to be commit 808d1fcf20153970d587cb631a08607beb09703a)

21 years agoConvert 'Security' section of smb.conf to new format
Alexander Bokovoy [Sun, 6 Apr 2003 13:07:44 +0000 (13:07 +0000)]
Convert 'Security' section of smb.conf to new format
(This used to be commit 85eadec0838bdcb5604d5cf66b204ee610e2ad7a)

21 years agoFix memory leak of the key.
Andrew Bartlett [Sun, 6 Apr 2003 13:00:46 +0000 (13:00 +0000)]
Fix memory leak of the key.
(This used to be commit 9daf41c41f901b46d6016c6ec63773d0b7cec617)

21 years agoDon't bail if we have a badly formed record, just move on to the next one.
Andrew Bartlett [Sun, 6 Apr 2003 12:59:53 +0000 (12:59 +0000)]
Don't bail if we have a badly formed record, just move on to the next one.
(This used to be commit febd966b10b23238c93444256b8ad30b50b20ef8)

21 years agostrequal() returns True for equal, not an int
Andrew Tridgell [Sun, 6 Apr 2003 12:28:50 +0000 (12:28 +0000)]
strequal() returns True for equal, not an int
(This used to be commit b96590ad092e32259ce24a20a6a8a30d98dfae7d)

21 years agodon't rely on realloc() working on NULL
Andrew Tridgell [Sun, 6 Apr 2003 12:28:00 +0000 (12:28 +0000)]
don't rely on realloc() working on NULL
(This used to be commit bd00355c1d5ca4ce77fa28c53ea46834365f22d7)

21 years agoIf the string does not convert back, print the buggy result.
Andrew Bartlett [Sun, 6 Apr 2003 12:01:44 +0000 (12:01 +0000)]
If the string does not convert back, print the buggy result.
(This used to be commit 98f76325542c0ab2e0bbcf082a15c6f8db27e37c)

21 years agoFix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
Andrew Bartlett [Sun, 6 Apr 2003 11:19:26 +0000 (11:19 +0000)]
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.

Andrew Bartlett
(This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)

21 years agoThis commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
Simo Sorce [Sun, 6 Apr 2003 09:35:16 +0000 (09:35 +0000)]
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.
(This used to be commit cf17261519fd8775500f9b9d6caa2bc462e04633)

21 years agoMake autogen.sh more portable by having it work on both Linux and FreeBSD
Richard Sharpe [Sun, 6 Apr 2003 02:46:10 +0000 (02:46 +0000)]
Make autogen.sh more portable by having it work on both Linux and FreeBSD
under sh and bash.
(This used to be commit 4070ff1c6907c0cc3a86db735e7df25352dfb625)

21 years agoFix building on platforms without ldap
Jelmer Vernooij [Sun, 6 Apr 2003 01:08:39 +0000 (01:08 +0000)]
Fix building on platforms without ldap
(This used to be commit 3f78ea7d06ae911f97c0a1a451e67fe00547e873)

21 years agoUpdate for other contributors to.
John Terpstra [Sat, 5 Apr 2003 23:39:01 +0000 (23:39 +0000)]
Update for other contributors to.
(This used to be commit d12a1bb8260673a5c280960b21957e68b241e540)

21 years agoFilling in some more blanks.
John Terpstra [Sat, 5 Apr 2003 23:27:16 +0000 (23:27 +0000)]
Filling in some more blanks.
(This used to be commit 157a5525d371b6c90d9d634eaf3d98fed648569a)

21 years agoFix debug handling in libsmbclient.c.
Richard Sharpe [Sat, 5 Apr 2003 19:41:33 +0000 (19:41 +0000)]
Fix debug handling in libsmbclient.c.

Also, PLEASE, PLEASE, PLEASE, do not include bashism and Cisms in shell
scripts.
(This used to be commit 7f6367aac8c5440e1d4e97b26571b205140488ae)

21 years agoFix typos / layout
Jelmer Vernooij [Sat, 5 Apr 2003 14:08:20 +0000 (14:08 +0000)]
Fix typos / layout
(This used to be commit fb20589e7c043ab1306051e80ca3f7476b1c6c58)

21 years agosome more idmapping :)
Simo Sorce [Sat, 5 Apr 2003 08:53:23 +0000 (08:53 +0000)]
some more idmapping :)
(This used to be commit 5ac94535d7b7ce0cc0d44b9a77d6e42ddfd0cd26)

21 years agoMore edits on profile management.
John Terpstra [Sat, 5 Apr 2003 07:33:29 +0000 (07:33 +0000)]
More edits on profile management.
(This used to be commit 7dac688c4d296433a62cc8665aab90ce387f6599)

21 years agoSome layout updates
Jelmer Vernooij [Sat, 5 Apr 2003 00:48:15 +0000 (00:48 +0000)]
Some layout updates
(This used to be commit 5827981c0dc8fd7e2af0c4490225566dafe9c334)

21 years agoSome more good stuff from coolo.
Richard Sharpe [Fri, 4 Apr 2003 23:39:16 +0000 (23:39 +0000)]
Some more good stuff from coolo.
(This used to be commit 41b320ffc560117c0184999e30cc69723f40acbe)

21 years agoReplace 'so' by $SHLIBEXT
Jelmer Vernooij [Fri, 4 Apr 2003 23:31:09 +0000 (23:31 +0000)]
Replace 'so' by $SHLIBEXT
(This used to be commit d0a767a7653f3fef846c62e9a0a20bcc68d87559)

21 years agoUse $SHLIBEXT, not .so
Jelmer Vernooij [Fri, 4 Apr 2003 23:11:38 +0000 (23:11 +0000)]
Use $SHLIBEXT, not .so
(This used to be commit 319d41201dcf07fc18a39df4f362aa2a0eb16200)

21 years ago- Add some entities for authors
Jelmer Vernooij [Fri, 4 Apr 2003 23:04:49 +0000 (23:04 +0000)]
- Add some entities for authors
- Layout improvements, fixing links
(This used to be commit 71441d3d7cc7922259302ff23c8fc1c9429d5934)

21 years agoRe-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
Jeremy Allison [Fri, 4 Apr 2003 21:58:42 +0000 (21:58 +0000)]
Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
correct delete on close semantics change.
Jeremy.
(This used to be commit 55d0ab0e307e16389cc470fa04a9d7b44043a4da)

21 years agoSome castiness for Don McCall.
Richard Sharpe [Fri, 4 Apr 2003 21:15:20 +0000 (21:15 +0000)]
Some castiness for Don McCall.
(This used to be commit b03ac852a86cf9f436ad2b994e09fb08dd929674)

21 years agoFix for very subtle POSIX lock interaction race condition found by
Jeremy Allison [Fri, 4 Apr 2003 20:38:25 +0000 (20:38 +0000)]
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.
(This used to be commit eb861e9d0fd79bbd9401ced8e55fe603c2aa7c1e)

21 years agoAdd entities for some common authors
Jelmer Vernooij [Fri, 4 Apr 2003 17:59:54 +0000 (17:59 +0000)]
Add entities for some common authors
(This used to be commit 60979d59b478191b95821dbde97a1b2a9406fc20)

21 years agoClaim some jobs :-)
Jelmer Vernooij [Fri, 4 Apr 2003 16:00:02 +0000 (16:00 +0000)]
Claim some jobs :-)
(This used to be commit 1699a50ef8462513baa372f69ee0ec775b5d9f91)

21 years agoUpdated notes by jht.
John Terpstra [Fri, 4 Apr 2003 15:41:07 +0000 (15:41 +0000)]
Updated notes by jht.
(This used to be commit d14e18e03aa5e17d41d0a3f319f5faad143d5a4d)

21 years agoObsoleted files. All content of value is now in the HOWTO Collection.
John Terpstra [Fri, 4 Apr 2003 15:32:45 +0000 (15:32 +0000)]
Obsoleted files. All content of value is now in the HOWTO Collection.
(This used to be commit 6e97a81a1f135bff4d9b4dbfa72f5d23be9ba197)

21 years agoThis is a merge of the NETLOGON schannel server code from Samba
Volker Lendecke [Fri, 4 Apr 2003 15:21:04 +0000 (15:21 +0000)]
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
(This used to be commit e1f953241eb020f19fe657f29afdae28dcf5a03b)

21 years agoUpdated CUPS info from Kurt Pfiefle's Samba-2.2 docs.
John Terpstra [Fri, 4 Apr 2003 05:12:33 +0000 (05:12 +0000)]
Updated CUPS info from Kurt Pfiefle's Samba-2.2 docs.
(This used to be commit ec8f717f7760f2e40da6b32b12c6b40872b81190)

21 years agoSome update and Fixes for typos.
John Terpstra [Fri, 4 Apr 2003 04:25:37 +0000 (04:25 +0000)]
Some update and Fixes for typos.
(This used to be commit 64b1a9634a514591c68e61cd1d18ae927807d14e)

21 years agoNew docs added.
John Terpstra [Fri, 4 Apr 2003 03:56:01 +0000 (03:56 +0000)]
New docs added.
(This used to be commit 679191bfd5ad762a03df7d76c50330797ed2fc3d)

21 years agoMore docs updates. Much more under way.
John Terpstra [Fri, 4 Apr 2003 03:52:35 +0000 (03:52 +0000)]
More docs updates. Much more under way.
(This used to be commit ed6fd02ff806c7cda9fb05fe3b2bf96be164c1ec)

21 years agoMerge from Subversion r50.
Martin Pool [Fri, 4 Apr 2003 03:16:27 +0000 (03:16 +0000)]
Merge from Subversion r50.
(This used to be commit 480487355929ec5ec066b33630c06c3a30bcca49)

21 years agoMerge from Subversion:
Martin Pool [Fri, 4 Apr 2003 03:14:48 +0000 (03:14 +0000)]
Merge from Subversion:

Add example of a test that fails.
(This used to be commit 1b1bb8ac37464339a7bffc84eb6d96ee1ae7d33d)

21 years agot_doschar: Test harness that exercises check_dos_char()
Martin Pool [Fri, 4 Apr 2003 03:09:42 +0000 (03:09 +0000)]
t_doschar: Test harness that exercises check_dos_char()
(This used to be commit 54f4df0301f21c91218abf6f17cae097e755fd7f)

21 years agoTest harness that exercises check_dos_char()
Martin Pool [Fri, 4 Apr 2003 03:07:07 +0000 (03:07 +0000)]
Test harness that exercises check_dos_char()
(This used to be commit 346c763fd1f5d7ef51ca3f748a276d9982275bfe)

21 years agoFix the new storage code to correctly convert from system queue info to
Jeremy Allison [Fri, 4 Apr 2003 01:02:50 +0000 (01:02 +0000)]
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.
(This used to be commit 5dc3150ff3fc05e71faad76e83079c60f62bac4f)

21 years agoSAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
Tim Potter [Fri, 4 Apr 2003 00:52:42 +0000 (00:52 +0000)]
SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
(This used to be commit 67bc6bccc22e22e2a6e5cae7c57a1b2b53f49dfd)

21 years agoFix compiler warning - cli_lsa_query_info_policy actually returns the
Tim Potter [Fri, 4 Apr 2003 00:41:07 +0000 (00:41 +0000)]
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.
(This used to be commit 18685d137e2db6e4e93c655f1c4a97116a36c02c)

21 years agoUpdated warning messages for when configure.in is updated.
Tim Potter [Fri, 4 Apr 2003 00:36:11 +0000 (00:36 +0000)]
Updated warning messages for when configure.in is updated.
(This used to be commit 516e6c2e00d17d73bcfacb8dd4eadfb831fef22a)

21 years agoRemoved unused variables.
Tim Potter [Fri, 4 Apr 2003 00:30:50 +0000 (00:30 +0000)]
Removed unused variables.
(This used to be commit 32d1dd19bb0b6abc6508ce65d5129acea79225bf)

21 years agoFixed compiler warning.
Tim Potter [Fri, 4 Apr 2003 00:28:38 +0000 (00:28 +0000)]
Fixed compiler warning.
(This used to be commit 9c706be7b4417a1dc36866c3bad7a156f30b8af6)

21 years agobetter method of locating autoconf and autoheader; patch by Willi Mann
Gerald Carter [Fri, 4 Apr 2003 00:14:02 +0000 (00:14 +0000)]
better method of locating autoconf and autoheader; patch by Willi Mann
(This used to be commit 4475d471796e505c4b56814615edf58536b1b7cb)

21 years agoAbort configure if --with-ads and --without-ldap.
Tim Potter [Fri, 4 Apr 2003 00:00:47 +0000 (00:00 +0000)]
Abort configure if --with-ads and --without-ldap.
(This used to be commit 3ac60d2ceb1495a5ee691810678d29dea2667a7a)

21 years agoConvert RoutedNetworks to SGML
Jelmer Vernooij [Thu, 3 Apr 2003 18:54:40 +0000 (18:54 +0000)]
Convert RoutedNetworks to SGML
(This used to be commit c38bdb2aa0a96006094d1455b23183e97b2e7b2a)

21 years agoUpdate docs status. We have only 1 program left to document (wrepld),
Jelmer Vernooij [Thu, 3 Apr 2003 18:41:28 +0000 (18:41 +0000)]
Update docs status. We have only 1 program left to document (wrepld),
and 3 manpages to finished (net, smb.conf, ntlm_auth)
(This used to be commit abfd78c7e37c6868585d1007bdf010b0eddae624)

21 years agoDocument remaining commands
Jelmer Vernooij [Thu, 3 Apr 2003 18:29:34 +0000 (18:29 +0000)]
Document remaining commands
(This used to be commit 0428827ab1141bb3ce97afe78c0c62d4ce96fa18)

21 years agoFix formatting of rpcclient manpage
Jelmer Vernooij [Thu, 3 Apr 2003 18:17:49 +0000 (18:17 +0000)]
Fix formatting of rpcclient manpage
(This used to be commit 13d79e38a6eaecbf6ce8369aaa5f2eeea7109667)

21 years ago- Use entities in smbsh.1
Jelmer Vernooij [Thu, 3 Apr 2003 18:07:29 +0000 (18:07 +0000)]
- Use entities in smbsh.1
- First update of commands in rpcclient.1
(This used to be commit 82664c099d5478bab1f6f6e032e09b539f06631f)

21 years agoUpdate manpages for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:44:51 +0000 (17:44 +0000)]
Update manpages for 3.0
(This used to be commit edd15d36f528b64f3ab961908bcd43111e08244b)

21 years agoUpdate to 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:26:55 +0000 (17:26 +0000)]
Update to 3.0
(This used to be commit 2259117e6505c0ccb1b4ece78e2355b7493d1b2f)

21 years agoUpdate for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:26:13 +0000 (17:26 +0000)]
Update for 3.0
(This used to be commit 4e2828165b664ed90ddde308acc06fffb9db4947)

21 years agoUpdate for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:09:33 +0000 (17:09 +0000)]
Update for 3.0
(This used to be commit 28ba8dabb3abba2e787f424ab4e7550e5f8b6524)

21 years agoGive warning if 'drvupgrade' doesn't get a parameter
Jelmer Vernooij [Thu, 3 Apr 2003 15:43:16 +0000 (15:43 +0000)]
Give warning if 'drvupgrade' doesn't get a parameter
(This used to be commit 55d9ef08a7585f69466cd4c0b30ce33841d52b33)

21 years agoAdd documentation for new messages in 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 15:41:36 +0000 (15:41 +0000)]
Add documentation for new messages in 3.0
(This used to be commit c44cc1be750b86a0bc9dd8063aef13c9c19176f6)

21 years agoRemove compile info
Jelmer Vernooij [Thu, 3 Apr 2003 14:33:59 +0000 (14:33 +0000)]
Remove compile info
(This used to be commit 0aba351a6218ac4d33db7fbbfba4e8c3097cb68a)

21 years agoFix typo
Jelmer Vernooij [Thu, 3 Apr 2003 14:11:09 +0000 (14:11 +0000)]
Fix typo
(This used to be commit 028b05e1bb366fa075541177a253749bb38f5ea7)

21 years agoMore doco updates. Another few days and it will be cooked.
John Terpstra [Thu, 3 Apr 2003 09:50:33 +0000 (09:50 +0000)]
More doco updates. Another few days and it will be cooked.
(This used to be commit 79e66288f96b029208d11b3aa095002de9447020)

21 years agoFix a compile warning in slprintf format string.
Tim Potter [Thu, 3 Apr 2003 06:16:53 +0000 (06:16 +0000)]
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.
(This used to be commit f9cb23e68753337676876b97b145e04ad423e184)

21 years agoThe ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough [Thu, 3 Apr 2003 03:30:25 +0000 (03:30 +0000)]
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.
(This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)

21 years agoFixup swat warning.
Jeremy Allison [Thu, 3 Apr 2003 01:51:11 +0000 (01:51 +0000)]
Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com>
noticed the problem.
Jeremy.
(This used to be commit 214b217b276f43edfddd1664afaae0fa6b2c319f)

21 years agowinbindd should depend on IDMAP_OBJ too, not just link with it
Jelmer Vernooij [Wed, 2 Apr 2003 21:48:33 +0000 (21:48 +0000)]
winbindd should depend on IDMAP_OBJ too, not just link with it
(This used to be commit 3e2b73fcc1b1a202df27a653c48fc43c2fc28bbb)

21 years agoMore of coolo's changes for UTF-8 and some minor fixes of mine.
Richard Sharpe [Wed, 2 Apr 2003 20:17:28 +0000 (20:17 +0000)]
More of coolo's changes for UTF-8 and some minor fixes of mine.
(This used to be commit 21a99fdec321c44e31b69589248ff8d1cb927577)

21 years agoThere's no need to use LDAP_CFLAGS, just use CFLAGS
Jelmer Vernooij [Wed, 2 Apr 2003 18:49:36 +0000 (18:49 +0000)]
There's no need to use LDAP_CFLAGS, just use CFLAGS
(This used to be commit 5d2fd222a9e4cccd232e492d1aea1dc7a64a1400)

21 years agoOnly use cflags and libs from krb5 when they appear to be working - fixes
Jelmer Vernooij [Wed, 2 Apr 2003 18:45:47 +0000 (18:45 +0000)]
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
(This used to be commit e05d78699c6cf6a8340f85e4f55c871fbc100ebf)

21 years agoCommit some more fixes for Coolo ...
Richard Sharpe [Wed, 2 Apr 2003 18:32:31 +0000 (18:32 +0000)]
Commit some more fixes for Coolo ...
(This used to be commit e1a159c55fdeaa1620a3147105be4efd205560ba)

21 years agoRegenerate docs
Jelmer Vernooij [Wed, 2 Apr 2003 18:07:52 +0000 (18:07 +0000)]
Regenerate docs
(This used to be commit 20ee66b661e295cc9fb66f00b16de3b382a7e723)

21 years agoUse entity for percent sign
Jelmer Vernooij [Wed, 2 Apr 2003 17:54:25 +0000 (17:54 +0000)]
Use entity for percent sign
(This used to be commit 94eaa378dab7d15ad3896b89d2584309ea2d8c69)

21 years agoAdd static
Jelmer Vernooij [Wed, 2 Apr 2003 17:10:05 +0000 (17:10 +0000)]
Add static
(This used to be commit 674d0ca5d84b64be395fbeff773c8dd8aeb1518c)

21 years agoAdd const (from a patch by Stephan Kulow <coolo@kde.org>)
Jelmer Vernooij [Wed, 2 Apr 2003 17:04:33 +0000 (17:04 +0000)]
Add const (from a patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 8b5ad24231e5001e612c5fd4bbde2762caef5856)

21 years agoAdd KRB5LIBS to smbmount
Jelmer Vernooij [Wed, 2 Apr 2003 15:46:25 +0000 (15:46 +0000)]
Add KRB5LIBS to smbmount
(This used to be commit cdaa3bf12e656dbd797882e89ce39ad76c45f6b6)

21 years agoLink in lib/snprintf.o with editreg for use on systems that don't have snprintf
Jelmer Vernooij [Wed, 2 Apr 2003 15:42:44 +0000 (15:42 +0000)]
Link in lib/snprintf.o with editreg for use on systems that don't have snprintf
(This used to be commit 7cd2c4474579114318554bc3b87b518fed218a93)

21 years agoAdd EDITREG_OBJ
Jelmer Vernooij [Wed, 2 Apr 2003 15:25:19 +0000 (15:25 +0000)]
Add EDITREG_OBJ
(This used to be commit fef586d6cd9a4a754da858a29409ed2a7824cad1)

21 years agoOnly link in popt when we need it
Jelmer Vernooij [Wed, 2 Apr 2003 15:08:31 +0000 (15:08 +0000)]
Only link in popt when we need it
(This used to be commit a5a980eb3efb37a6becacf043692361bdb4174b0)

21 years agoMap a useless error code to a useful one...
Andrew Bartlett [Wed, 2 Apr 2003 15:04:47 +0000 (15:04 +0000)]
Map a useless error code to a useful one...
(This used to be commit 1afb2695a020424d014c4dee9c6a73620281aaa8)

21 years agoPrint out the 'freindly' error message from winbind. Also print useful
Andrew Bartlett [Wed, 2 Apr 2003 15:03:07 +0000 (15:03 +0000)]
Print out the 'freindly' error message from winbind.  Also print useful
information into it re the privilaged pipe.

Also clean up some bugs in winbindd_pam.c

Andrew Bartlett
(This used to be commit e73b01204a8625946ff0fb5f9fc99dd959eb801c)

21 years agoOnly link in libs when they are actually used. Works great here and on
Jelmer Vernooij [Wed, 2 Apr 2003 14:59:21 +0000 (14:59 +0000)]
Only link in libs when they are actually used. Works great here and on
one of my other boxes. I'll watch the buildfarm.
(This used to be commit 266c3970df9f5f9f617c49eee666c1db8e10c855)

21 years agoFix searching master ip by bcast when old master has gone away (based on patch by...
Jelmer Vernooij [Wed, 2 Apr 2003 14:11:51 +0000 (14:11 +0000)]
Fix searching master ip by bcast when old master has gone away (based on patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 5c0e4b4dc630bd304f53c37f2340f954190b7aef)

21 years agoUpdate ntlm_auth and winbind manpages.
Andrew Bartlett [Wed, 2 Apr 2003 13:54:06 +0000 (13:54 +0000)]
Update ntlm_auth and winbind manpages.

Andrew Bartlett
(This used to be commit 441d6952bdaff94e387a11f5f524359f3bbbeefb)

21 years agoerror_string, not error_message...
Andrew Bartlett [Wed, 2 Apr 2003 13:49:51 +0000 (13:49 +0000)]
error_string, not error_message...
(This used to be commit ce197eae8d254114a295142b522cc028c375ae88)

21 years agoClean up ntlm_auth a bit, and add a --diagnositics swtich, to check that
Andrew Bartlett [Wed, 2 Apr 2003 13:34:53 +0000 (13:34 +0000)]
Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check that
the returned session key is the one that we expect to get for that each
of login.

Andrew Bartlett
(This used to be commit fa47e44b9caba98e0b85782f3057e6cb8a5763ff)

21 years agoRenegerate docs after John's changes
Jelmer Vernooij [Wed, 2 Apr 2003 12:28:46 +0000 (12:28 +0000)]
Renegerate docs after John's changes
(This used to be commit 597b23e9fbbd4b5024d9d839151b9083efc02b5c)