1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

13502 Commits

Author SHA1 Message Date
Gerald Carter
6c66c80132 better handling of --with-expsam (includes pdb_nisplussam now)
(This used to be commit 6cb3d3cc609c22b54c793ab4d0be645e85e5ad35)
2003-05-20 21:15:49 +00:00
Gerald Carter
b5b71336ac remove USE_SMBPASS_DB
(This used to be commit dd457588134971d839a431e004ef821cb46be671)
2003-05-20 18:30:58 +00:00
Gerald Carter
931dc9d25a remove WITH_TDB_SAM & USE_SMBPASS_DB
(This used to be commit 1f98ced3163e26818c12829801729bc28f858de7)
2003-05-20 18:30:37 +00:00
Gerald Carter
5989937dba remove WITH_TDB_SAM
(This used to be commit ee63331256e12df239c6981e87f57e3bffb361d7)
2003-05-20 18:29:13 +00:00
Gerald Carter
cf40d63745 wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
(This used to be commit 0fc3fc0b7c863f2994d1848a390812258f1f2db9)
2003-05-20 18:29:04 +00:00
Gerald Carter
6eaf8a3775 wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
(This used to be commit 014350196df287beae212e99d22dc63ecbe7d36e)
2003-05-20 18:26:06 +00:00
Jim McDonough
0de9034b4f Fix bug #95: net did not build when ldap was installed, but --without-ads
was specified.
(This used to be commit 17b0acff8a4e34674263b381c02a97c0fb3f44bc)
2003-05-20 14:55:01 +00:00
Jim McDonough
a3c5277a93 Fix bug #96: Use DNS decompression to properly parse cldap netlogon
packets, otherwise repeated components will not decode correctly.

Thanks to aliguori@us.ibm.com for the fix, and lukeh@padl.com for pointing
us to the right docs.
(This used to be commit a8d5d74cf80c6cae3eac1daa3f88d56373789560)
2003-05-20 13:51:43 +00:00
Jim McDonough
40c53cae2b Fix bug #98: DNS compression is required for proper building of the
netlogon for ads packet.  repeated DNS components will not be properly
encoded otherwise.
(This used to be commit 1e85a9ed8da2e48b0ef586599742ed515bd91ecd)
2003-05-20 13:49:53 +00:00
John Terpstra
fdaffbd7d0 More edits - added example
(This used to be commit 41c4bc4b8198797fef044eccad743550ccb43f06)
2003-05-20 06:25:17 +00:00
John Terpstra
858a74d0e6 More edits - added example.
(This used to be commit 3a5db768c2c577355470d718d1c5be93ed637f0e)
2003-05-20 06:24:48 +00:00
Steve French
74f994b986 Fix Linux cifs vfs mount helper parsing of slashes
(This used to be commit 639a2a785ac32869e984ba294ec40f9c8c3a0efb)
2003-05-20 04:28:29 +00:00
Jeremy Allison
8e48665943 FreeBSD5 ACL fix.
Jeremy.
(This used to be commit 69a73a87025aaceaecd7dbf65e004422fe709771)
2003-05-19 18:03:12 +00:00
Jeremy Allison
15c003782b FreeBSD5 ACL fix.
Jeremy.
(This used to be commit 6669c38ed0e209d40aff82867b92d704875c2f80)
2003-05-19 18:00:44 +00:00
Alexander Bokovoy
3a12379a84 Fix macros for next and opaque quota ops. Spotted by metze
(This used to be commit 46e6621b2ebe7a8d1bd0c05197667aaa4e078efd)
2003-05-19 09:09:37 +00:00
Tim Potter
6c1e3a58e4 Updates for AIX winbind client from Stephen Roylance.
(This used to be commit c4dd5a420394882444af2f76b8628e27dadccf0c)
2003-05-19 00:45:33 +00:00
Tim Potter
2927ab13da Updates for AIX winbind client from Stephen Roylance.
(This used to be commit 3983f3a1f30deae8d66c1f4c099bb56eabe3586b)
2003-05-19 00:42:28 +00:00
John Terpstra
89af284550 Fixups and more edits.
(This used to be commit c2501d2c14b3aa5dbd735400a5701c38c69e0b56)
2003-05-18 21:14:45 +00:00
John Terpstra
b6820e1a73 Fixups and more edits.
(This used to be commit 8afa14f2c9f09df3e7b6f34e3722a02b7fbbcb03)
2003-05-18 21:14:16 +00:00
Simo Sorce
a670285ded port fixes from 3.0
(This used to be commit 0d098df8b5db02c73b859aea136d01c9ca42b17a)
2003-05-18 09:06:09 +00:00
John Terpstra
79338d85cd More Edits.
(This used to be commit b4ffc25fcc158fd212f3104f584fb64007c973a8)
2003-05-18 08:01:15 +00:00
John Terpstra
7c293bf4a6 More Edits.
(This used to be commit 9e5487f49ffb120a81ec41408b1678897fb90730)
2003-05-18 08:00:54 +00:00
Alexander Bokovoy
09b5856383 This was actually a24 release (fixed changelog entry), add note about VFS API changes
(This used to be commit 295ddeb08292aca22226d3451334ecbe7b57892d)
2003-05-17 05:37:20 +00:00
Jeremy Allison
1854e7b8e5 Cope with cumulative permissions sets. This code is #ifdef'ed out at the
moment as I don't think cumulative permission sets make sense in POSIX even
though that's the way Windows works....
Jeremy.
(This used to be commit 6ddd5b6ca7dde45ce866f852861e143434c84c7e)
2003-05-17 00:46:28 +00:00
Jeremy Allison
271ce52dbe Cope with cumulative permissions sets. This code is #ifdef'ed out at the
moment as I don't think cumulative permission sets make sense in POSIX even
though that's the way Windows works....
Jeremy.
(This used to be commit 34b170a82c02b462f9d0de85922bf8f26a260c67)
2003-05-17 00:46:26 +00:00
Jeremy Allison
3ebfe59d0f Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug
in add groupmem code.
Jeremy.
(This used to be commit f41eb9ce9af2075f62abaecd8792d30617d05818)
2003-05-16 18:30:22 +00:00
Jeremy Allison
de7cd07a29 Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug
in add groupmem code.
Jeremy.
(This used to be commit 7e7077e9e363f46cea93767f0463581dbec87063)
2003-05-16 18:30:19 +00:00
Andrew Bartlett
90d24ee9a6 Well spotted typo by Marco Berger <MARCOB@voelcker.com>
Andrew Bartlett
(This used to be commit f16b0e025ea3112b4c231b67bc95f63418599f2e)
2003-05-16 14:15:09 +00:00
Andrew Bartlett
a9336d8411 David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments
in the UTMP code.

Andrew Bartlett
(This used to be commit f0cff106cb6c8993eb31f589106d845261c1f8e9)
2003-05-16 12:15:04 +00:00
Simo Sorce
75c14a4ee8 another bugfix from Alex Deiter <tiamat@komi.mts.ru>
thanks
(This used to be commit 29dc40639fad7652f7f99995be7552f5143ff052)
2003-05-16 10:48:58 +00:00
Simo Sorce
10717c720d Fix from Alex Deiter <tiamat@komi.mts.ru>
Reversed check.
(This used to be commit 542ee1d3d6401c4d03770f07cfc907d016e166b4)
2003-05-16 07:59:52 +00:00
Simo Sorce
9e9849c0ee add metze's patch for smb_register functions
(This used to be commit 1480c7e8c7a84c34181118c449c50ca99fdcbc6b)
2003-05-16 06:20:57 +00:00
Simo Sorce
db0a223156 add idmap_winbind unless I made a better way to solve SID type for domain
SIDs
(This used to be commit b24c0efc4b363cb0d4ed71588e9617d668c16be9)
2003-05-16 06:20:33 +00:00
Tim Potter
f93f79d6ed Merge: clarify secure channel connection comment.
(This used to be commit dd063a298f9d5244d7b79c029c563b4d966019c1)
2003-05-16 01:58:42 +00:00
Tim Potter
627aa735fb Clarify a comment: The secure channel connection must be opened on the
same session (TCP connection) as the one the challenge was requested
from.
(This used to be commit 5cb9b99f0f5dad589ac7def667e354d6f92f8822)
2003-05-16 01:57:57 +00:00
Tim Potter
6ab6a2e6af Merge get_global_sam_name() from 3.0 to fix compile breakage.
(This used to be commit bc71d7a4ab70339cfd815a57448cbd8762d5ce38)
2003-05-16 00:31:51 +00:00
Jeremy Allison
ec7b079ab3 Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.
Jeremy.
(This used to be commit d7a23afe14b0d3ad8ecb7d994768705a32055d9a)
2003-05-15 19:43:21 +00:00
Jeremy Allison
13686d6772 Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.
Jeremy.
(This used to be commit 626116b738927660c3cf0070fc73222e46412187)
2003-05-15 19:43:18 +00:00
Jeremy Allison
a62a29c2df Fix for winbindd segfault (finally I think this is the correct one :-)
from "Roylance, Stephen D." <SROYLANCE@PARTNERS.ORG>.
Jeremy.
(This used to be commit 459fb6519bc9bc9bbb151291ff795ecc0c014d63)
2003-05-15 18:25:03 +00:00
Jeremy Allison
3ededa5f7b Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
the sa_mask to prevent valgrind complaints.
Jeremy.
(This used to be commit e065c3a58f5c7f2612596574046a73869183dbd3)
2003-05-15 17:37:52 +00:00
Jeremy Allison
e325a2e16a Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
the sa_mask to prevent valgrind complaints.
Jeremy.
(This used to be commit ef2d5a9c0c11a4e6d65bdebad5d9ea44dd000a68)
2003-05-15 17:37:49 +00:00
Jeremy Allison
0f4b795d28 Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
Jeremy.
(This used to be commit 9202362ee13c14bd7127713e3976bb9ee11038df)
2003-05-15 17:23:37 +00:00
Jeremy Allison
5ffd33df94 Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
Jeremy.
(This used to be commit 43ca4b8a8425b97a6bea08b91420bac6cde807b3)
2003-05-15 17:23:35 +00:00
Jeremy Allison
a975bc2471 Ensure sys_adminlog code won't coredump with incorrect client params.
Jeremy.
(This used to be commit b754089a2660975c593a6651e5e72b7360a0aba1)
2003-05-15 17:21:32 +00:00
Jeremy Allison
88b1670e8c Ensure sys_adminlog code won't coredump with incorrect client params.
Jeremy.
(This used to be commit 0f7f762a1e1aa86afc2a740dcce83c8384d8d53b)
2003-05-15 17:21:28 +00:00
Jelmer Vernooij
6203409d2e Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
modules in auth/
(This used to be commit 4b6785a6c0fe0aebb1cc69bfc9937d19bc692642)
2003-05-15 08:47:28 +00:00
Jelmer Vernooij
c62e546efd Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
modules in auth/
(This used to be commit 3d804efe76335cd09640a82c0326dbf3eb83fe04)
2003-05-15 08:43:52 +00:00
Tim Potter
c05858c893 Merge of incorrect emacs mode fix.
(This used to be commit 9d973bdfb70333684912ad18d15fcffc4b67dd29)
2003-05-15 04:17:54 +00:00
Tim Potter
fa80cdcae6 Removed (incorrect) emacs mode setting. Use emacs' built in autoconf
mode instead of m4 mode.
(This used to be commit 1cabd4ba043447eaf15b498775a393e714099d40)
2003-05-15 01:39:45 +00:00
Jeremy Allison
05799e60fc Ok, try and fix this correctly... Simplify the nasty loop logic.
Jeremy.
(This used to be commit c19599a5624ac7ea63b529bf7d36cdcd7c8ef89f)
2003-05-14 21:28:54 +00:00