summaryrefslogtreecommitdiffstats
path: root/source4/libcli/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-123/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4:libcli/resovle File based lookup module for DNS name typesAndrew Bartlett2010-03-111-1/+1
| | | | | | | | This uses the new common code to read a file containing DNS host names, so we don't have to use real DNS lookups in our test environment. Andrew Bartlett
* s4:libcli/resolve Use a more robust way to return the string addressAndrew Bartlett2010-03-111-1/+1
| | | | | | | | | By going via these tevent functions, we avoid needing to dereference the struct socket_address, which may contain a 'struct sockaddr' or strings. The new dns_host_file resolver returns in the form of a struct sockaddr. Andrew Bartlett
* s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue ↵Stefan Metzmacher2010-03-071-1/+1
| | | | | | and tstream_context metze
* s4:libcli/wrepl: use UTIL_TEVENTStefan Metzmacher2010-03-051-1/+1
| | | | metze
* libcli/util: add tstream_read_pdu_blob_send/recvStefan Metzmacher2010-01-081-0/+5
| | | | | | | This will take the some full_request callback function as the Samba4 packet code. metze
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-43/+0
| | | | | | This starts the process to have Samba4 use lmhosts. Andrew Bartlett
* libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher2009-08-121-1/+1
| | | | | | I want to use this in source3/smbd/ metze
* Move libcli/auth to the top levelAndrew Bartlett2009-04-141-1/+0
|
* move source4/libcli/cldap => libcli/cldapStefan Metzmacher2009-03-191-7/+0
| | | | metze
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-191-1/+1
| | | | metze
* s4:libcli: remove unused line in config.mkStefan Metzmacher2009-02-021-2/+0
| | | | metze
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-4/+4
| | | | warnings.
* Remove libcli_smb SWIG bindings - only one (useless on its own) function was ↵Jelmer Vernooij2008-12-211-11/+0
| | | | wrapped anyway.
* s4:libcli/wrepl: we don't need to resolve namesStefan Metzmacher2008-12-181-2/+1
| | | | metze
* s4:libcli/resolve: add getaddrinfo()/dns_looup() resolvingStefan Metzmacher2008-12-171-0/+1
| | | | | | | | | | | | | | | | | | | This "dns_ex" module provides flexible lookup methods for dns lookups. The getaddrinfo() part looks at /etc/hosts and dns. As it handles CNAME replies badly we fallback to use dns_lookup(name, "A"). The dns_lookup() makes DNS SRV lookups possible. This module is not a real resolve module, it's just a generic helper as the nbtlist.c code is. The next step will be that the "host" module will use the dns_ex.c code. metze
* Fix proto header.Jelmer Vernooij2008-11-011-1/+1
|
* Fix prototype for attrib_string().Jelmer Vernooij2008-11-011-1/+1
|
* Use common error definitions.Jelmer Vernooij2008-10-231-1/+1
|
* Fix header file installation.Jelmer Vernooij2008-10-231-1/+1
|
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-231-2/+2
|
* fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-081-6/+6
|
* Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij2008-10-081-0/+14
|
* Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-291-8/+0
|
* s3: fix merged_build.Günther Deschner2008-09-241-6/+6
| | | | Guenther
* s4: remove autogeneration of libcli/netlogon protos.Günther Deschner2008-09-241-6/+0
| | | | | | we do need to have them around for samba3. Guenther
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-231-4/+4
| | | | Guenther
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-5/+5
| | | | Guenther
* Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett2008-08-131-0/+8
| | | | | | | | This produces a C structure that is sane, while still parsing the wire blobs (as far as I can tell). Andrew Bartlett (This used to be commit b5dbe815e5dd3f865c7735bc76e02017a869f09b)
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-111-5/+3
| | | | (This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)
* Use variable for ndr_netlogon.o path.Jelmer Vernooij2008-05-271-3/+2
| | | | (This used to be commit b5d9d7a0affb4dcd8b89830e6967e4a14b512619)
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-2/+2
| | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-2/+2
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-2/+2
| | | | (This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+5
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-211-0/+4
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-211-2/+10
| | | | | | | | | | | With the sid structure being both optional and aligned, it was too hard to do this in just IDL. This requried moving some things around, as otherwise we would have a dependency loop. Andrew Bartlett (This used to be commit e28790ba4884277f310be1b8bd3fba4fd47dbbdb)
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-201-3/+11
|\ | | | | | | (This used to be commit ffbd222d651dcddb19cacdc50cdbfeaefa816940)
| * Fix prototype generation in new syntax for netlogon.cAndrew Bartlett2008-05-201-1/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit b6f91ce75ae401bed515012fa3019a6241e7ff6d)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-201-31/+42
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix config.mk due to changing syntax. Conflicts: source/libcli/config.mk source/nbt_server/config.mk (This used to be commit 6a1c76f29f78183f44dfac6f468c5e728d2cb2cf)
| * | Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-161-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | This now matches section 7.3.3 of the MS-ATDS specification, and all our current tests pass against windows. There is still more testing to do, and the server implementation to complete. Andrew Bartlett (This used to be commit 431d0c03965cbee85691cd0dc1e2a509c1a2b717)
| * | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵Jelmer Vernooij2008-04-151-2/+0
| | | | | | | | | | | | | | | | | | directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
| * | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-69/+59
| | | | | | | | | | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
* | | Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-30/+40
|\ \ \ | | |/ | |/| | | | (This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6)
| * | Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
| | | | | | | | | | | | (This used to be commit a63f458462d207d215a6e4ef8e480b0c8daedf6a)
| * | Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-11/+11
| | | | | | | | | | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
| * | Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-181-11/+21
| | | | | | | | | | | | | | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
| * | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-19/+19
| | | | | | | | | | | | (This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
* | | build the smb2 composite callsAndrew Tridgell2008-05-161-1/+2
|/ / | | | | | | (This used to be commit ac10e3ad15dd17b96424987d1a2b7a0e4dc67cd0)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-5/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)