summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-01-08Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij1-0/+1
2008-01-06Remove vlp.o in make clean.Michael Adam1-0/+1
2008-01-06Use metze's approach.Jelmer Vernooij1-2/+2
2008-01-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij1-6/+15
2008-01-05selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij1-2/+5
2008-01-02Fix libnetapi (resolve dependency on libwbclient).Günther Deschner1-1/+1
2008-01-02Fix libsmbclient (resolve dependency on libwbclient).Günther Deschner1-1/+1
2008-01-02Make libsmbsharemodes.so work again (fix unresolved tdb symbols).Günther Deschner1-1/+1
2008-01-02Add test_shlibs to Makefile.Günther Deschner1-0/+8
2007-12-28bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@Volker Lendecke1-1/+1
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-2/+2
2007-12-25make clean should remove everything in bin/Volker Lendecke1-0/+1
2007-12-23Attempt to fix the Solaris buildVolker Lendecke1-1/+1
2007-12-22Fix the build of cifs.spnego.Günther Deschner1-1/+1
2007-12-21Fix install - it was trying to install libnetapi.h whereasJeremy Allison1-2/+2
2007-12-21Fix make test by adding winbind libs to vlp.Jeremy Allison1-1/+1
2007-12-21Actually fix the merge.Jeremy Allison1-5/+0
2007-12-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+5
2007-12-21Make sure libnet/libnet_proto.h exists.Günther Deschner1-1/+2
2007-12-21Fix build failure if symlink already exists.Jeremy Allison1-1/+1
2007-12-21Fix making the new proto file after a distclean.Jeremy Allison1-0/+1
2007-12-21Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter1-2/+3
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter1-56/+109
2007-12-21Make sure libnetapi has getdcname support.Günther Deschner1-1/+2
2007-12-21Merge all headers into libnetapi.h.Günther Deschner1-4/+2
2007-12-21Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner1-1/+3
2007-12-21Use DsGetDcName in local libnetapi join to find a dc.Günther Deschner1-1/+2
2007-12-21Build libnetapi shared and static if possible.Günther Deschner1-7/+23
2007-12-21Build fixes for libnetapi.Günther Deschner1-6/+13
2007-12-21Add _wkssvc_NetrJoinDomain2() server.Günther Deschner1-1/+1
2007-12-21Add libnet_Join().Günther Deschner1-1/+1
2007-12-21Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner1-3/+11
2007-12-21For the fun of it, build netapi.so|.a.Günther Deschner1-0/+10
2007-12-19Today is not my day...Volker Lendecke1-1/+1
2007-12-18Add a in-memory cacheVolker Lendecke1-1/+1
2007-12-17Add smbclient support for basic mDNS browsing.Rishi Srivatsavai1-2/+6
2007-12-17Remove t_doschar.cVolker Lendecke1-5/+0
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher1-0/+1
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai1-0/+1
2007-12-12Autoconf support for detecting DNS Service Discovery support.James Peach1-0/+1
2007-12-11When building nsswitch, make sure to also build smbcontrol.Günther Deschner1-1/+2
2007-12-11vlp: Build vlp (virtual line printer) against current git on makeKai Blin1-1/+15
2007-12-10dbwrap_rbtVolker Lendecke1-2/+2
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke1-1/+1
2007-12-07After conversations with Jerry, remove smbctool until it'sJeremy Allison1-12/+0
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-16/+0
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-8/+8
2007-12-06Missed smbmnt popt.Jeremy Allison1-1/+1
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-5/+4
2007-12-06Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison1-40/+41