Michael Adam
1719fd3ccc
build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
2008-07-14 23:16:44 +02:00
Michael Adam
87f56f2880
build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
2008-07-14 23:16:44 +02:00
Michael Adam
aff6822c3a
build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
...
This fixes the build on systems with picky make, where
libwbclient is not built as a shared library, since the
expansion of @WINBIND_LIBS@ will result in an empty line
in the rule with just the leading tabs/spaces.
Michael
2008-07-14 23:16:44 +02:00
Jeremy Allison
c4a137e978
Add fix from Simo for bug #5540 - missing code to substitute
...
%u. Make this the same as other uses.
Jeremy.
2008-07-14 12:40:33 -07:00
Karolin Seeger
37c6413070
Fix typo.
...
retieve -> retrieve
Karolin
2008-07-14 16:40:36 +02:00
Simo Sorce
4436272dd4
Fix regression introduced with 4086ef15b3
...
We must not return an error here just because we are offline.
We must instead fix the mappings to the best of our knowledge
(ie mark as mapped, expired ones, and as unmapped, unknown ones)
2008-07-12 21:42:23 -04:00
Simo Sorce
657a2f20dd
Remove one nested level by reversing if condition
2008-07-12 21:41:55 -04:00
Simo Sorce
2adea093c5
Add back mem leak fixes
2008-07-12 21:40:33 -04:00
Simo Sorce
e113b7c13f
Make again idmap_init static
2008-07-12 21:40:28 -04:00
Volker Lendecke
1dfb9242d1
Remove an unused extern reference in vfs_aixacl2.c
2008-07-12 10:16:09 +02:00
Volker Lendecke
d0b34cbb4e
Revert "Fix two memory leaks in an error path in idmap.c"
...
This reverts commit 7cec389e19
.
2008-07-11 17:53:26 +02:00
Volker Lendecke
5cded3da00
Revert "Make idmap_init() static"
...
This reverts commit c8d1bbfddc
.
2008-07-11 17:53:26 +02:00
Volker Lendecke
fe216bff1d
Revert "Fix typo"
...
This reverts commit fe58926283
.
2008-07-11 17:53:26 +02:00
Volker Lendecke
b826420c3a
Revert "Fix a debug msg, this was probably a leftover from gencache"
...
This reverts commit daa171552d
.
2008-07-11 17:53:26 +02:00
Volker Lendecke
1b1124bcb9
Revert "Fix indentation"
...
This reverts commit 954556b527
.
2008-07-11 17:53:26 +02:00
Volker Lendecke
b2f7bd6a05
Revert "Fix nonempty whitespace only lines"
...
This reverts commit 0da9d0d0f9
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
0d2fc3c394
Revert "fix typos"
...
This reverts commit e0957c6f4b
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
ed5b516c20
Revert "Fix nonempty whitespace only lines"
...
This reverts commit cc77db2acb
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
b71ce00796
Revert "Tiny logic simplification: Remove an unnecessary else branch"
...
This reverts commit 6009ae3293
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
62835f8d7e
Revert "Fix typo"
...
This reverts commit fe79c8a5b7
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
061e55d4f4
Revert "Make use of sid_check_is_in_unix_users/groups"
...
This reverts commit cd8e63b2b4
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
26ca09a357
Revert "Don't scream, better explain a bit in comments"
...
This reverts commit dcc39ed004
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
fa9b128e93
Revert "Fix indentation"
...
This reverts commit c4e6de9e34
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
114ca85775
Revert "Pass NULL to gencache_get when we are not interested in the timeout value"
...
This reverts commit 16062dfc3d
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
77ab2fb306
Revert "Return timed out entries from gencache_get if timeout param != NULL"
...
This reverts commit 2954b2be56
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
62e444dd50
Revert "Remove gencache_[un]lock_entry"
...
This reverts commit 7a5a575ffe
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
cae8ec3199
Revert "Remove an unused variable"
...
This reverts commit 454cb852e0
.
2008-07-11 17:53:25 +02:00
Volker Lendecke
847609a148
Revert "Simplify idmap_cache_build_[s]idkey a bit"
...
This reverts commit 80932c0266
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
23edc4ec0a
Revert "Simplify idmap_cache_set() a bit"
...
This reverts commit 55b976ba93
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
447d77949f
Revert "IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it"
...
This reverts commit 2396d5d5d2
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
a9b29ab6b7
Revert "Slightly increase the default idmap cache time"
...
This reverts commit 448836d44d
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
cc53667773
Revert "Convert idmap_cache to gencache"
...
This reverts commit 0bf0434f22
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
d4d106776a
Revert "Make use of ADD_TO_ARRAY"
...
This reverts commit 81f334bd6d
.
2008-07-11 17:53:24 +02:00
Volker Lendecke
b0fe0c7ac1
Revert "Tiny logic simplification -- remove an else branch"
...
This reverts commit 01c8c7bbf6
.
2008-07-11 17:53:24 +02:00
Michael Adam
58bc04b31b
build: fix build of libaddns shared lib : it needs socket_wrapper.
...
Michael
2008-07-11 15:35:24 +02:00
Michael Adam
1fa57b47e8
build: fix build of libaddns shared lib. symbols file was missing.
...
This symbols file is checked because mksyms script currently does
not support headers without exportet symbols...
Michael
2008-07-11 14:39:30 +02:00
Volker Lendecke
2abb7cd867
Fix the build of nfs4_acls.c
2008-07-11 13:03:42 +02:00
Jeremy Allison
9c21756f9e
Add XATTR_NTACL_NAME constant.
...
Jeremy.
2008-07-10 17:19:01 -07:00
Jeremy Allison
593d855128
Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-test
2008-07-10 15:25:40 -07:00
Zach Loafman
5fdbf89c89
Fix realpath() check so that it doesn't generate a core() when it fails.
2008-07-10 15:24:57 -07:00
Michael Adam
d7f759d302
docs: fix the specified default of "password server" - it is *, not "".
...
Michael
2008-07-10 23:51:11 +02:00
Volker Lendecke
3d2913d599
Fix some memleaks regarding trustdom passwords
2008-07-10 18:25:00 +02:00
Volker Lendecke
26fb3fea81
Fix some uninitialized variable references via ndr_print
2008-07-10 18:24:54 +02:00
Volker Lendecke
ea110de1dc
Fix a segfault in base64_encode_data_blob
...
We did not allocate enough memory for the \0 and a = at the end
2008-07-10 18:24:46 +02:00
Michael Adam
939e75126e
build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs target
...
Michael
2008-07-10 16:26:41 +02:00
Michael Adam
73a3e4e1ea
build: create a new uninstalllibs target and use it in "make uninstall"
...
Michael
2008-07-10 16:26:40 +02:00
Michael Adam
18b932c980
build: distribute the libs target over the library-specific sections.
...
Michael
2008-07-10 16:26:40 +02:00
Michael Adam
991c3fefa8
build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
...
Michael
2008-07-10 16:26:40 +02:00
Michael Adam
2588c399a0
build: distribute the cleanlibs target over the library-specific sections.
...
Michael
2008-07-10 16:26:39 +02:00
Michael Adam
0afe205a7d
build: introduce a installibs target and use it in "make install"
...
The target is distributed over the library-specific sections.
Michael
2008-07-10 16:26:11 +02:00