Günther Deschner
4656265a23
Fix libnetapi (resolve dependency on libwbclient).
...
Guenther
(This used to be commit fa669b307c
)
2008-01-02 13:52:23 +01:00
Günther Deschner
0195afeed7
Fix libsmbclient (resolve dependency on libwbclient).
...
Guenther
(This used to be commit ef17dc7bda
)
2008-01-02 13:52:23 +01:00
Günther Deschner
866b5291b6
Make libsmbsharemodes.so work again (fix unresolved tdb symbols).
...
Guenther
(This used to be commit 3c6ed03216
)
2008-01-02 13:52:23 +01:00
Günther Deschner
4484339174
Add test_shlibs to Makefile.
...
Guenther
(This used to be commit 5f5051911c
)
2008-01-02 13:25:25 +01:00
Volker Lendecke
c2b5cf58f5
bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@
...
This failed to link if you compile with -j.
(This used to be commit fed8f2abd7
)
2007-12-28 11:57:18 +01:00
Jeremy Allison
afc93255d1
Add SMB encryption. Still fixing client decrypt but
...
negotiation works.
Jeremy.
(This used to be commit d78045601a
)
2007-12-26 17:12:36 -08:00
Volker Lendecke
ec54edd9eb
make clean should remove everything in bin/
...
Jerry, you might want to review/change removing libwbclient.so.0
(This used to be commit 768e043950
)
2007-12-25 13:38:08 +01:00
Volker Lendecke
958861e13b
Attempt to fix the Solaris build
...
Lets see what the others in the build farm think about this
(This used to be commit c2a988d842
)
2007-12-23 15:53:09 +01:00
Günther Deschner
f4db66eba1
Fix the build of cifs.spnego.
...
Guenther
(This used to be commit b4a4a2b293
)
2007-12-22 01:14:24 +01:00
Jeremy Allison
2fc5eb7916
Fix install - it was trying to install libnetapi.h whereas
...
the actual file is netapi.h. Guenther please check which
name this should be !
Jeremy.
(This used to be commit 035fadaa59
)
2007-12-21 14:38:52 -08:00
Jeremy Allison
9df2075170
Fix make test by adding winbind libs to vlp.
...
Jeremy.
(This used to be commit abba6717b5
)
2007-12-21 13:42:47 -08:00
Jeremy Allison
b775fe0a17
Actually fix the merge.
...
Jeremy.
(This used to be commit c855de0c05
)
2007-12-21 12:50:39 -08:00
Jeremy Allison
03d3009986
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
...
Conflicts:
source/Makefile.in
(This used to be commit 351df194a9
)
2007-12-21 12:44:31 -08:00
Günther Deschner
26e36db607
Make sure libnet/libnet_proto.h exists.
...
Guenther
(This used to be commit d6703f6d4e
)
2007-12-21 21:25:39 +01:00
Jeremy Allison
6f970837d0
Fix build failure if symlink already exists.
...
Jeremy.
(This used to be commit b8310f4272
)
2007-12-21 12:18:35 -08:00
Jeremy Allison
b3e50fecbc
Fix making the new proto file after a distclean.
...
Jeremy.
(This used to be commit 35a450b595
)
2007-12-21 12:06:37 -08:00
Gerald (Jerry) Carter
98b21126a7
Fix "make test" using the LD_LIBRARY_PATH for selftest script so
...
smbd can locate the libwbclient library (if neccessary).
(This used to be commit 481cc9ab6a
)
2007-12-21 13:50:13 -06:00
Gerald (Jerry) Carter
a2481eda8c
Add files for new LGPL libwbclient DSO implementing the Winbind client API
...
(based on the winbind_struct_protocol.h).
The API in incomplete, but sufficient to merge. See wbclienbt.h for the i
interface functions.
(This used to be commit 83d274b460
)
2007-12-21 11:58:04 -06:00
Günther Deschner
be57bc8568
Make sure libnetapi has getdcname support.
...
Guenther
(This used to be commit c527a28c47
)
2007-12-21 16:03:12 +01:00
Günther Deschner
5479c50c37
Merge all headers into libnetapi.h.
...
Guenther
(This used to be commit a2c5beda2e
)
2007-12-21 15:29:11 +01:00
Günther Deschner
721d36df83
Add NetServerGetInfo and NetServerSetInfo (for level 1005).
...
Guenther
(This used to be commit 1cad549f54
)
2007-12-21 15:29:11 +01:00
Günther Deschner
d1548d035f
Use DsGetDcName in local libnetapi join to find a dc.
...
Guenther
(This used to be commit fbc60c1648
)
2007-12-21 15:29:10 +01:00
Günther Deschner
8f65326e99
Build libnetapi shared and static if possible.
...
Guenther
(This used to be commit 11e90dcbf5
)
2007-12-21 15:29:10 +01:00
Günther Deschner
749f699f87
Build fixes for libnetapi.
...
Guenther
(This used to be commit 07d33557b9
)
2007-12-21 15:29:10 +01:00
Günther Deschner
5799dcdfed
Add _wkssvc_NetrJoinDomain2() server.
...
Guenther
(This used to be commit 9b0423e7d9
)
2007-12-21 15:29:10 +01:00
Günther Deschner
5bf7319ac4
Add libnet_Join().
...
Heavily based on existing code in net_ads_join().
Guenther
(This used to be commit fb6315b68b
)
2007-12-21 15:29:10 +01:00
Günther Deschner
1b5c1ae742
Very quick conversion of net_conf functions into the libnet_conf layer.
...
Certainly needs cleanup later.
Guenther
(This used to be commit 2b41ac926d
)
2007-12-21 15:29:09 +01:00
Günther Deschner
8edf48bbf7
For the fun of it, build netapi.so|.a.
...
Guenther
(This used to be commit 8cbc6bdede
)
2007-12-21 15:29:09 +01:00
Volker Lendecke
cd893dd365
Today is not my day...
...
dmapi.c certainly did compile now...
(This used to be commit 93f3a1172a
)
2007-12-19 16:30:36 +01:00
Volker Lendecke
f427d4ce65
Add a in-memory cache
...
This is a more general API that caches data with a LRU scheme. See
include/cache.h. No comments yet, I'm still working on it. But Jeremy has given
me a hint in one of his checkins that he would like to make use of this now.
The idea is that we get rid of all our silly little caches and merge them all
into one cache that we can then very easily trim, for example even with a
smbcontrol message if someone decides memory is tight. The main user is the
stat cache, this patch also converts the getwd cache. More caches to come.
(This used to be commit 7a911b3571
)
2007-12-18 09:56:04 +01:00
Rishi Srivatsavai
bf2c5e2bde
Add smbclient support for basic mDNS browsing.
...
Patch from Rishi Srivatsavai (bugzilla #4150 ), with tallocification
and minor syle changes by me.
(This used to be commit db74b99d0e
)
2007-12-17 22:09:09 -08:00
Volker Lendecke
7ec9ee0e05
Remove t_doschar.c
...
(This used to be commit b89f87242b
)
2007-12-17 07:18:30 +01:00
Stefan Metzmacher
873f14ae40
winbindd: move domain child specific stuff into its own file
...
metze
(This used to be commit 075d315e0f
)
2007-12-14 08:28:35 +01:00
Rishi Srivatsavai
12ac4c3119
Register the smb service with mDNS if mSDN is supported.
...
If mDNS is supported, attempt to register the first port we are
listening on for the _smb._tcp service. This provides more reliable
service discovery than NetBIOS browsing.
(This used to be commit 1e7241517d
)
2007-12-13 20:56:29 -08:00
James Peach
fa8966690b
Autoconf support for detecting DNS Service Discovery support.
...
Patch from Rishi Srivatsavai <rishisv@gmail.com>, with some
adaptations.
(This used to be commit 2dfe9525b9
)
2007-12-12 19:55:20 -08:00
Günther Deschner
353dba47df
When building nsswitch, make sure to also build smbcontrol.
...
Guenther
(This used to be commit 3954313d4e
)
2007-12-11 15:26:09 +01:00
Kai Blin
5c1e5b30a5
vlp: Build vlp (virtual line printer) against current git on make
...
everything.
(This used to be commit 212ab58a3a
)
2007-12-11 11:53:57 +01:00
Volker Lendecke
d5ab80054d
dbwrap_rbt
...
This is meant as a replacement for the internal tdb. To me it seems a bit silly
that for in-memory structures we do our own memory management. With this rbt
based approach we can make use of the system-supplied malloc.
(This used to be commit 54e5d44046
)
2007-12-10 16:06:32 +01:00
Volker Lendecke
8a8b146ead
Make the Linux rbtrees compile within Samba
...
(This used to be commit c871fd802f
)
2007-12-10 16:06:32 +01:00
Jeremy Allison
c281ff715b
After conversations with Jerry, remove smbctool until it's
...
maintained. Now I don't have to fix the pstrings in it :-).
Jeremy.
(This used to be commit 9da4f40843
)
2007-12-07 12:46:55 -08:00
Jeremy Allison
acf15ae730
Don't build rpctorture anymore - not maintained. Just remove.
...
Remove all vestiges of pstring (except for smbctool as noted
in previous commit).
Jeremy
(This used to be commit 4c32a22ac5
)
2007-12-07 12:26:32 -08:00
Jeremy Allison
9e8180b983
Remove pstrings completely except for smbctool (what does this do ?).
...
Don't build this for now.
Jeremy.
(This used to be commit 46b67fd82c
)
2007-12-07 12:02:44 -08:00
Jeremy Allison
761cd24982
Missed smbmnt popt.
...
Jeremy.
(This used to be commit da558a7bdb
)
2007-12-06 18:51:10 -08:00
Jeremy Allison
9fdf2d0586
Get closer to building with smbmount. Move parameter line changes
...
into lib/util.c
Jeremy.
(This used to be commit 6ac5d81655
)
2007-12-06 18:49:39 -08:00
Jeremy Allison
e67a6620a7
Add popt to binaries in makefile. Hack clitar to compile until I fix it.
...
Jeremy.
(This used to be commit 252ef28bb8
)
2007-12-06 18:08:01 -08:00
Igor Mammedov
44a59c41cf
* Adds support for cifs.spnego helper into configure and Makefile.in
...
* Added checks for spnego prereq keyutils.h and kerberos in configure.in
Signed-off-by: Igor Mammedov <niallain@gmail.com>
(This used to be commit f802db70b8
)
2007-12-05 14:33:21 -05:00
Günther Deschner
9cc7b8e2a0
Reanimate rpcclient wkssvc command.
...
Guenther
(This used to be commit 1d615e3ac3
)
2007-12-03 13:08:20 +01:00
Günther Deschner
a43e3f98ad
Add "net dom" command suite to "net".
...
Guenther
(This used to be commit a41f9aef84
)
2007-11-30 22:25:01 +01:00
Günther Deschner
a51e682a21
Add NetJoinDomain call.
...
Guenther
(This used to be commit 08a5a036ba
)
2007-11-30 22:25:01 +01:00
Günther Deschner
4b9f336a62
Move param helper routines to one place.
...
Guenther
(This used to be commit 6bf2c8038c
)
2007-11-30 22:25:01 +01:00