Günther Deschner
10023ef50a
Fix IDL for netr_DatabaseDeltas.
...
Guenther
(This used to be commit a28729e48f5beffb4ffe324da30548d948fa51b4)
2008-02-15 14:04:28 +01:00
Günther Deschner
cfd9d5d659
Remove some unused/redundant set of netlogon headers.
...
Guenther
(This used to be commit 1cd556f763da2ffba6078135b9436906987f1235)
2008-02-15 13:59:39 +01:00
Michael Adam
71c34ad4e0
Use -ltdb instead of bin/libtdb.so for linking.
...
Michael
(This used to be commit 47b952b9a5bfeac248be393d2459fb67137644e4)
2008-02-15 13:40:28 +01:00
Michael Adam
66ad7e82dc
Fix the build on IRIX by placing the object files before the shared libs in linking.
...
Michael
(This used to be commit f2c6585329ddd71acf5921c58435e53febb57b43)
2008-02-15 13:39:24 +01:00
Michael Adam
d4123ba9ee
Fix a pointer to int conversion warning: cast the int instead.
...
Michael
(This used to be commit 3cace4b7aa87a2f5bc7b6efd095366699d939511)
2008-02-15 13:14:20 +01:00
Michael Adam
a10e6183aa
Fix two const warnings.
...
Michael
(This used to be commit 03db3bd0774e0435089eef15f88355133149d658)
2008-02-15 13:12:38 +01:00
Michael Adam
8a63e13225
Try to fix the build of smbiconv on systems without native iconv.
...
Use the smb_iconv_t instead of iconv_t.
Michael
(This used to be commit bdc00a05b95a7a629a6cbf2af21760b6ff874bd9)
2008-02-15 13:11:41 +01:00
Michael Adam
6b88ba1761
Remove libwbclient.a from standard (static) libsmbclient object list.
...
Michael
(This used to be commit 8e57df28861a11b8bf60d30e33120a286bfad7be)
2008-02-15 12:20:02 +01:00
Stefan Metzmacher
2c14442e8d
wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex code path
...
metze
(This used to be commit 432a77e0d7dbd52fd230e4ee9641b6ab4f4d3b73)
2008-02-15 11:55:17 +01:00
Stefan Metzmacher
23b7f7ea09
libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()
...
metze
(This used to be commit 237c2e9738ae29ca7046d6f886d6f777a6206045)
2008-02-15 11:55:17 +01:00
Stefan Metzmacher
a12528f826
libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()
...
metze
(This used to be commit 423f139fd37496db2e690f20399357496367ed7c)
2008-02-15 11:55:17 +01:00
Stefan Metzmacher
b8e0b5cbff
libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters
...
metze
(This used to be commit 491ba9c0c9d479bc686c75242a3749f14d103fcd)
2008-02-15 11:55:17 +01:00
Michael Adam
f4c8b85532
Add orphaned target smbiconv to "make everything" targets.
...
Michael
(This used to be commit 92cc5d88bbc63edac3e7c4b483c1a75f91263827)
2008-02-15 11:52:15 +01:00
Michael Adam
a4b93e2063
Fix linkage of bin/smbiconv by adding needed libs and objects.
...
Michael
(This used to be commit fc08bf5a466b84e041a655eaa21a31006ede191f)
2008-02-15 11:42:31 +01:00
Michael Adam
dd255b4275
Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
...
Michael
(This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
2008-02-15 11:39:25 +01:00
Michael Adam
d4ab4b3af7
Remove torture/samtest.h - last trace of late samtest.
...
Michael
(This used to be commit e846148116f84d1428b5c7e60a4181cc872cc3eb)
2008-02-15 11:27:42 +01:00
Michael Adam
a3e38fd921
Remove useless build-target bin/samtest. (The objects exist no more.)
...
Michael
(This used to be commit e78831cf59196ff6e4f9384f83dbc180c4e341e2)
2008-02-15 11:27:01 +01:00
Michael Adam
9aa1c9f7fe
Fix build of cifs.spnego with libtdb.
...
Michael
(This used to be commit e5e621681db8300d7388167cba979cbdc8ff0aee)
2008-02-15 11:15:13 +01:00
Michael Adam
895ab0368a
Use -ltdb instead of bin/libtdb.so for linking.
...
Michael
(This used to be commit c47005189690f5a89a3aabe919e9ce2d2604dc5e)
2008-02-15 11:11:46 +01:00
Michael Adam
3756759f21
Fix build of smbumount with shared libtdb.
...
Michael
(This used to be commit 61fb01f17b981b7317e87b9049e3fbf7f6476941)
2008-02-15 11:10:53 +01:00
Michael Adam
48f3c385bc
Fix building smbmount with shared libtdb.
...
Michael
(This used to be commit 7f2c4b1a336310fedda4c36314d3b4aabbdf2c31)
2008-02-15 11:08:56 +01:00
Jeremy Allison
4754c2bafe
Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
...
Previously we didn't implement the 'NEGO' part of SPNEGO :-).
Jeremy.
(This used to be commit 8767a0dab95c544878b4187157e494e740974bb8)
2008-02-14 18:10:50 -08:00
Jeremy Allison
ba9499e8dc
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
...
Jeremy.
(This used to be commit 67768fc71f9bd7ff3d61acc50360356b524ae923)
2008-02-14 18:08:23 -08:00
Jeremy Allison
81d6133b03
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
...
Jeremy.
(This used to be commit 8cd04b948bfba3896d40c9e314a197f60ad76833)
2008-02-14 18:07:27 -08:00
Jeremy Allison
0a89940df5
Ensure invalidate_vuid() deletes any ntlmssp state.
...
Jeremy.
(This used to be commit b41799c351c72b268ef094047a51766747671280)
2008-02-14 18:06:16 -08:00
Jeremy Allison
4f1cc7b495
Allow auth_ntlmssp_end() to ignore null pointers passed in.
...
Jeremy.
(This used to be commit b7628f3a47166791db4cd6451d52ea3881a45bed)
2008-02-14 18:05:37 -08:00
Jeremy Allison
39e0dbcf07
Allow the mechOID to be written separately.
...
Jeremy.
(This used to be commit e3e08c6e7d270e1be7a9d3042b1f36f5a291f90a)
2008-02-14 11:29:54 -08:00
Simo Sorce
31e5116a88
Revert "Merge in J.Layton patch and resolve conflict."
...
This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba.
We found that this patch does not play well with currently released cifs.ko
code, so after discussions with Jeff Layton and Steve french we decided it
is best to back it off and re-think a better approach. Jeff will send new
patches later, but for now it is better to just revert to the previous code
(This used to be commit c5b7d538ecfa93377ff20704633ac57dbf8dd530)
2008-02-14 12:03:32 -05:00
Michael Adam
769d6eb7eb
Remove the regfio objects from the ldb commandlin tools object list - unused.
...
Michael
(This used to be commit 047c5ba740c6b6c3d6bacf818dcdae8ec0af2292)
2008-02-14 16:32:40 +01:00
Michael Adam
8d703d66d2
Use the proper boolean constants.
...
Michael
(This used to be commit 1c215325d1fb90f92fbe85011ab822892d5c994b)
2008-02-14 16:32:29 +01:00
Michael Adam
b2b0a42fb8
Clean up LIBTDB-related Makefile variables a bit
...
(removing commented out stuff).
Michael
(This used to be commit 0755785d80f22fe7d8d5be682f4c7bd88c987c3c)
2008-02-14 16:32:29 +01:00
Günther Deschner
ad5794ad5c
Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.
...
Guenther
(This used to be commit 80e39330bf15cc57f2780a5b900d8a2b14d92fa9)
2008-02-14 15:29:51 +01:00
Günther Deschner
f21cdab938
Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.
...
Guenther
(This used to be commit 78200d88924bbef3df7185fc3a0e1753160a592f)
2008-02-14 15:28:26 +01:00
Günther Deschner
10462a5a79
Use pidl for _lsa_RemoveAccountRights.
...
Guenther
(This used to be commit 39f8508f5d978a936779fdfd51b90fec4faa4301)
2008-02-14 15:22:33 +01:00
Günther Deschner
1592cc3df2
Re-run make idl.
...
Guenther
(This used to be commit 3436a54662fad1c69cfd1211f1afaa5a9d3d6d36)
2008-02-14 15:22:33 +01:00
Günther Deschner
fbe577a67e
Fix IDL for lsa_RemoveAccountRights.
...
Guenther
(This used to be commit d65b2504de6e433e1ca3ea8aa839b4209dd1b99a)
2008-02-14 15:22:33 +01:00
Günther Deschner
d64ae7328a
Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.
...
Guenther
(This used to be commit 34c0e64026b7f5f223c7d7f1d7e162b5659f3bd3)
2008-02-14 15:11:35 +01:00
Günther Deschner
7b5ef3569f
Use rpccli_lsa_EnumAccountRights in net and rpcclient.
...
Guenther
(This used to be commit 6e9195329d9f2b26c959f64485902c032f140ec8)
2008-02-14 15:09:21 +01:00
Günther Deschner
235efc0ede
Fix IDL for lsa_EnumAccountRights.
...
Guenther
(This used to be commit ef9b65dd115591d8976f0248cf1c639fd05c03d7)
2008-02-14 15:02:59 +01:00
Günther Deschner
41b574783d
Use pidl for _lsa_EnumAccountRights().
...
Guenther
(This used to be commit cb6a84712cf91d104206356f0ac256a071868d66)
2008-02-14 15:02:31 +01:00
Günther Deschner
25bc71f117
Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.
...
Guenther
(This used to be commit 15b97d1aafd6c8ad936944b611188154b191167f)
2008-02-14 14:40:27 +01:00
Günther Deschner
96aa5dea8e
Use rpccli_lsa_AddAccountRights in net and rpcclient.
...
Guenther
(This used to be commit e94ded74d6541d1d8954cfbbbd577ca0c83ecd4c)
2008-02-14 14:40:26 +01:00
Günther Deschner
b9bc1ac1b9
Use pidl for _lsa_AddAccountRights().
...
Guenther
(This used to be commit 253cf1523871f2218e9e59b0a01f47b8bc745ac9)
2008-02-14 14:40:26 +01:00
Günther Deschner
01f5d15b2c
Re-run make idl.
...
Guenther
(This used to be commit 5137ebe068c32ce7cb204cff049ba7f7f2d86abc)
2008-02-14 14:40:26 +01:00
Günther Deschner
3329432d1f
Fix IDL for lsa_AddAccountRights.
...
Guenther
(This used to be commit 7319986a3e9a640ea2d605dc7a2104f43f74f8a2)
2008-02-14 14:40:26 +01:00
Michael Adam
b09b3ac8f8
Create symbols to export in libtdb dynamically from tdb.h.
...
This adds a general mechanism to create version-scripts for
linking shared libraries from one or several header files,
similar to mkproto.sh/awk.
Michael
(This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)
2008-02-14 14:17:57 +01:00
Michael Adam
8e3ae7baaf
Add support for building and using shared and static libtdb library.
...
This should work with m4_include(lib/tdb/libtdb.m4) like already
done with talloc, but currently this does not work (yet) - tdb
code has to be merged from s4 before that.
Michael
(This used to be commit e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f)
2008-02-14 14:17:57 +01:00
Michael Adam
879b32806d
Fix a typo.
...
This had no negative side effect since currently TALLOC_OBJ
only consists of one object.
Michael
(This used to be commit 9cf3be852024f05a73bf23fe5df6264e5252889b)
2008-02-14 14:15:23 +01:00
Günther Deschner
ff85aec193
Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.
...
Guenther
(This used to be commit 5b700aba1a2e1559c17fec9d82e87312e8a5b15d)
2008-02-14 14:01:49 +01:00
Günther Deschner
08f019d973
Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.
...
Guenther
(This used to be commit 0c9904864b5c3b893f99abdebb18d9624aa0f560)
2008-02-14 13:53:28 +01:00