summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter1-2/+2
(This used to be commit 70f223554922947a17e81f1002b184db879a2195)
2007-10-10r17854: Steal the LDAP in NTSTATUS trick from Samba4Volker Lendecke1-8/+9
Thanks to Michael Adam <ma@sernet.de> Volker (This used to be commit 91878f9b6fbe5187fb7d0464008ea0abe7f11a73)
2007-10-10r17817: Disable compilation of LIBNDR (it uses uint64_t).Jelmer Vernooij1-2/+2
(This used to be commit 4928d560b0fbad31e0245178ce8f6fed36a488ca)
2007-10-10r17810: Use datarootdir variable generated by newer autoconf versions. ↵Jelmer Vernooij1-0/+1
(fixes warning) (This used to be commit 836f04134f95d8452cee58a72438b4387103ce11)
2007-10-10r17801: bad merge ? No sure how the second half of the LIBNDR_OBJ value got ↵Gerald Carter1-1/+3
cut... (This used to be commit 3662f86f41b83a5c944294ca02b6e216ee87f88c)
2007-10-10r17798: Beginnings of a standalone libaddns library released underGerald Carter1-9/+39
the LGPL. Original code by Krishna Ganugapati <krishnag@centeris.com>. Additional work by me. It's still got some warts, but non-secure updates do currently work. There are at least four things left to really clean up. 1. Change the memory management to use talloc() rather than malloc() and cleanup the leaks. 2. Fix the error code reporting (see initial changes to dnserr.h) 3. Fix the secure updates 4. Define a public interface in addns.h 5. Move the code in libads/dns.c into the libaddns/ directory (and under the LGPL). A few notes: * Enable the new code by compiling with --with-dnsupdate * Also adds the command 'net ads dns register' * Requires -luuid (included in the e2fsprogs-devel package). * Has only been tested on Linux platforms so there may be portability issues. (This used to be commit 36f04674aeefd93c5a0408b8967dcd48b86fdbc1)
2007-10-10r17622: Add a framework for a printing backend designed to support the build ↵Volker Lendecke1-1/+1
farm. If we want to walk more printing code in the build farm I think doing that with a customized printing backend is much easier than with a set of shell scripts. Jerry, comments? Volker (This used to be commit 949cd6b992364d2bc60fd59051b6ac1c4cc4288c)
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-1/+2
ntlm_auth module to allow it to use winbindd cached credentials.The credentials are currently only stored in a krb5 MIT environment - we need to add an option to winbindd to allow passwords to be stored even in an NTLM-only environment. Patch from Robert O'Callahan, modified with some fixes by me. Jeremy. (This used to be commit ae7cc298a113d8984557684bd6ad216cbb27cff3)
2007-10-10r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke1-8/+11
Let's see what it breaks. For me it works :-) Volker (This used to be commit 337be14b432e5dfd80c7418b2db4fe0087259b77)
2007-10-10r17554: CleanupVolker Lendecke1-6/+4
(This used to be commit 761cbd52f0cff6b864c506ec03c94039b6101ef9)
2007-10-10r17457: Add a test to do some operations on group mapping.Volker Lendecke1-3/+5
Volker (This used to be commit 68db058fdf508d5b4d38731ece21f5d92feca00c)
2007-10-10r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ↵Volker Lendecke1-1/+1
keys, this can trivially be added later. Volker (This used to be commit 6915adb9780052952e4a1d9e1c3e6cac06f48463)
2007-10-10r17367: Reverting the ab code. Note I'm not saying thisJeremy Allison1-6/+0
code is wrong or bad or anything, just that it needs to be discussed & reviewed on the samba-technical list before we add a platform-specific NFSv4 mapping. That way lies a lot of future pain :-). Jeremy. (This used to be commit 330899ec30ffceb798e3a8362d20e103e20b2897)
2007-10-10r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific ↵Alexander Bokovoy1-0/+6
examples directory. (This used to be commit c085355c323c65ee782516859eed8a76b53e6035)
2007-10-10r17354: Revert -r 17353 per Volker request while gpfs compatibility layer ↵Alexander Bokovoy1-12/+0
code will be released. (This used to be commit 5b1db0151461af18d994359e86c649922fc6de65)
2007-10-10r17353: Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.Alexander Bokovoy1-0/+12
(This used to be commit 72312cb2e255301f978455a559461ad83b13b6cb)
2007-10-10r17307: Add datarootdir setting (required for newer autoconfs)Jelmer Vernooij1-0/+1
(This used to be commit 86687b804a60973883965700e755686e7d7d24f3)
2007-10-10r17198: Fix wins_nss dependenciesAlexander Bokovoy1-2/+2
(This used to be commit c005049043b01e85d42a9c230ed3c41f1a1e185e)
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-0/+36
modularizes our interface into the special posix API used on the system. Without this patch the specific API flavor is determined at compile time, something which severely limits usability on systems with more than one file system. Our first targets are AIX with its JFS and JFS2 APIs, at a later stage also GPFS. But it's certainly not limited to IBM stuff, this abstraction is also necessary for anything that copes with NFSv4 ACLs. For this we will check in handling very soon. Major contributions can be found in the copyright notices as well as the checkin log of the vl-posixacls branch. The final merge to 3_0 post-3.0.23 was done by Peter Somogyi <psomogyi@gamax.hu> (This used to be commit ca0c73f281a2a65a988094a46bb3e46a94011a53)
2007-10-10r17151: revert a few accidental commits to the MakefileGerald Carter1-3/+2
(This used to be commit 3fea233802dd2f6a5528fdb183a2ff30d572020d)
2007-10-10r17147: Install fixes for librariesGerald Carter1-36/+37
(This used to be commit 72bac13f21bf2c71538e3b3bafa0fc447e1e8af8)
2007-10-10r17080: Remove traces of the wrepld directory (nowJeremy Allison1-20/+2
deleted). Jeremy. (This used to be commit 58e5e270d2957cdf07c29757a83b53f73372d62a)
2007-10-10r17021: remove unsupported smbwrapper codeGerald Carter1-32/+0
(This used to be commit 07c67fbfc0790169ee748c0e62da14c89d3add23)
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-18/+91
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
2007-10-10r16751: The precompiled header should really be in the $(buildir) andGerald Carter1-2/+2
not the $(srcdir) to allow multiple concurrent compiles when the source tree is shared via nfs. (This used to be commit b79e1c011d577581eebb90b95dbdee11f8a96c3b)
2007-10-10r16713: BUG 3904: fix broken smbwrapper compileGerald Carter1-1/+2
(This used to be commit 9ae1d016d44492327d180fe5e629f3a81ddfe6e4)
2007-10-10r16528: Self-confidence is plummeting. How could one person goofGerald Carter1-1/+1
the same change 3 times...... Fix pam_winbind compilation again. (This used to be commit f3d2bbf0d222794bbb39b51a0f19167c6e8add1a)
2007-10-10r16510: fix from Nicholas Brealey <nick@brealey.org> for building pam_winbind.soGerald Carter1-1/+1
(This used to be commit 4490fbdfc27eab02bf0140d3ffb70402858423e1)
2007-10-10r16478: small cleanup to make pam_winbind.so build and iniparserGerald Carter1-4/+1
include directory like other parts of the build files. (This used to be commit 0fca41efde36d535a274b983e032c1def33f081e)
2007-10-10r16470: remove ntlm_auth_proto.h and passwd_proto.h in 'make cleanGerald Carter1-1/+2
(This used to be commit 8421d1b080dd65d1459cc66f0bd4e20fed5d0385)
2007-10-10r16415: Also delete object files from iniparser.Günther Deschner1-1/+1
Guenther (This used to be commit 4e1816855a8f86d1228c44b39126fbfb3cb893c0)
2007-10-10r16205: Fix 'make install' when srcdir != builddirGerald Carter1-6/+6
(This used to be commit 44d4bab991d5fc88005a542d2490ae3254a0f5b5)
2007-10-10r16103: Properly rebuild timelimit on systems with executable extensions.Paul Green1-2/+4
Paul (This used to be commit f5be3e12e2dc42a2092b71c9e4cab6f5d0ef8860)
2007-10-10r16017: Add Samba4 replacement for timegm to workJeremy Allison1-2/+2
on Solaris. Jeremy. (This used to be commit b65c6468651282879a39fa8029c190f2d1a91a28)
2007-10-10r15971: Obey the manpage description and make changesecretpw accept a ↵Simo Sorce1-1/+2
password via stdin (This used to be commit 60d4aabc3205aa80f8d49c3c2db95927c61a81a5)
2007-10-10r15965: Pam modules install fix, thanks to Ryan Novosielski for spotting ↵Simo Sorce1-1/+1
this one (This used to be commit 8f5b198acaca5ce14ab1098d86f34df9a67619d4)
2007-10-10r15701: change 'net ads leave' to disable the machine account in the domain ↵Gerald Carter1-1/+1
(since removal implies greater permissions that Windows clients require) (This used to be commit ad1f947625612ef16adb69fc2cfeffc68a9a2e02)
2007-10-10r15697: I take no comments as no objections :)Günther Deschner1-1/+2
Expand the "winbind nss info" to also take "rfc2307" to support the plain posix attributes LDAP schema from win2k3-r2. This work is based on patches from Howard Wilkinson and Bob Gautier (and closes bug #3345). Guenther (This used to be commit 52423e01dc209ba5abde808a446287714ed11567)
2007-10-10r15654: Update our internal copy of popt to that distributed with the RPM 4.2James Peach1-1/+1
source code. (This used to be commit 9559886a92b1fdd33d380bf0100dcddb12477ff2)
2007-10-10r15630: adapt smbclient fix to smbtree to enable long share namesJim McDonough1-1/+4
(This used to be commit ae56154fc7694042496a55d4dade8ef1a7ba361c)
2007-10-10r15549: removing rhosts and 'hosts equiv' authentication featuresGerald Carter1-5/+0
(This used to be commit d19dad88155f985f113c667b6bdad5a1b25eca18)
2007-10-10r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter1-2/+2
The motivating factor is to not require more privileges for the user account than Windows does when joining a domain. The points of interest are * net_ads_join() uses same rpc mechanisms as net_rpc_join() * Enable CLDAP queries for filling in the majority of the ADS_STRUCT->config information * Remove ldap_initialized() from sam/idmap_ad.c and libads/ldap.c * Remove some unnecessary fields from ADS_STRUCT * Manually set the dNSHostName and servicePrincipalName attribute using the machine account after the join Thanks to Guenther and Simo for the review. Still to do: * Fix the userAccountControl for DES only systems * Set the userPrincipalName in order to support things like 'kinit -k' (although we might be able to just use the sAMAccountName instead) * Re-add support for pre-creating the machine account in a specific OU (This used to be commit 4c4ea7b20f44cd200cef8c7b389d51b72eccc39b)
2007-10-10r15531: fix linking of smbmnt and smbumount with socket wrapperStefan Metzmacher1-2/+2
metze (This used to be commit a48b1f7fae538a4220e087a1863015dd8c564005)
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-2/+2
locating AD DC's with out own DNS SRV queries. Testing on Linux and Solaris. (This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
2007-10-10r15424: Implement a "stacktrace" smbcontrol option using libunwind's remoteJames Peach1-3/+3
stack tracing support. This provides an easy way for users to provide stack traces (hopefully it will be implemented on something other than ia64). (This used to be commit 0b5e07e12daa98095dae27e0a6d53fe8ec3f3700)
2007-10-10r15308: Fix the build, sorry.Günther Deschner1-1/+1
Guenther (This used to be commit 6161e525de55769ed5e45d505f26f6cd9d6555e5)
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner1-1/+1
kerberized pam_winbind and workstation restrictions are in effect. The krb5 AS-REQ needs to add the host netbios-name in the address-list. We don't get the clear NT_STATUS_INVALID_WORKSTATION code back yet from the edata of the KRB_ERROR but the login at least fails when the local machine is not in the workstation list on the DC. Guenther (This used to be commit 8b2ba11508e2730aba074d7c095291fac2a62176)
2007-10-10r15218: Update Makefile.in to avoid building libmsrpc.so on systems that do ↵Paul Green1-3/+3
not support shared libraries. (This used to be commit a1c12d7949f9110530526cc7133424e842cdcc71)
2007-10-10r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵Volker Lendecke1-1/+3
should list long share names. Volker (This used to be commit d3d388180dacb7b9db5d122bc3f2ce1045434f53)
2007-10-10r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need thatGünther Deschner1-36/+35
handling anymore when we remove $(LIBS) from pam_winbind again. Also make sure to build our own copy of iniparser with -fPIC. Guenther (This used to be commit e32c4f6f6e090ca5babe9f131bbcb9babedcec05)