summaryrefslogtreecommitdiff
path: root/source3/wscript
Commit message (Expand)AuthorAgeFilesLines
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-111-0/+26
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-101-1/+0
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-091-2/+2
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-061-0/+14
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-051-1/+1
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-2/+2
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-051-1/+1
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-2/+2
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+1
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+1
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-051-148/+28
* build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...Andrew Bartlett2012-04-051-10/+0
* build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...Andrew Bartlett2012-04-031-20/+1
* build: Remove unused check for HAVE_KRB5_TKT_ENC_PART2Andrew Bartlett2012-04-031-2/+0
* s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2012-04-031-1/+1
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-241-8/+0
* build: Do not use --export-dynamic flag on OpenBSD 5.xAmitay Isaacs2012-03-161-1/+2
* build: Do not build with utmp when we do not have utmp.hAndrew Bartlett2012-03-151-1/+4
* build: look for backtrace_symbols in libexecAndrew Bartlett2012-03-011-1/+1
* s3-build: expliticly require gssapi for HAVE_KRB5 and remove HAVE_GSSAPIAndrew Bartlett2012-02-131-3/+1
* s3-libsmb: Remove unused kerberos_set_creds_enctype()Andrew Bartlett2012-02-101-4/+0
* s3-libsmb: Remove unused kerberos_compatible_enctypesAndrew Bartlett2012-02-101-4/+1
* s3-libsmb: Remove unused smb_krb5_mk_error()Andrew Bartlett2012-02-101-4/+0
* s3-libsmb: Remove obsolete smb_krb5_locate_kdc.Andreas Schneider2012-02-091-1/+1
* source3/wscript: Expand tabs, to prevent confusion (whitespace is significant...Jelmer Vernooij2012-02-011-321/+321
* s3:build: require gss_krb5_export_lucid_sec_context() for ads supportStefan Metzmacher2012-01-251-2/+14
* Revert "s3:build: for now do not require gsskrb5_extract_authz_data_from_sec_...Stefan Metzmacher2012-01-251-5/+3
* s3:build: for now do not require gsskrb5_extract_authz_data_from_sec_contextStefan Metzmacher2012-01-201-3/+5
* s3-waf: check for KRB5_PDU_NONE as in the autoconf build.Günther Deschner2012-01-131-0/+1
* s3-waf: also check for gsskrb5_extract_authz_data_from_sec_context() duringGünther Deschner2012-01-131-1/+2
* krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5Andrew Bartlett2012-01-101-0/+11
* krb5: Require krb5_string_to_key be available to build with krb5Andrew Bartlett2012-01-101-0/+3
* krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett2012-01-101-1/+1
* krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2012-01-101-0/+3
* krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett2012-01-101-1/+4
* krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5Andrew Bartlett2012-01-101-0/+6
* krb5: Require krb5_fwd_tgt_creds to be available to build with krb5Andrew Bartlett2012-01-101-0/+3
* krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...Andrew Bartlett2012-01-101-0/+6
* krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett2012-01-101-12/+3
* krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett2012-01-101-1/+4
* samba: check for AES encryption type defines.Günther Deschner2012-01-101-0/+2
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-061-1/+1
* Add S3 vfs_aio_pthread module to replace broken glibc aio code.Jeremy Allison2012-01-051-0/+3
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* s3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS.Günther Deschner2011-11-301-0/+29
* build: TDB_ERR_NESTING is used unconditionallyAndrew Bartlett2011-11-301-5/+0
* s3-wafbuild: Fix inotify detection (bug 8580)Björn Baumbach2011-11-071-2/+3
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* s3-waf: make sure we always build example pdb modules with --enable-developer.Günther Deschner2011-10-171-1/+1
* s3-waf: make sure we always build example auth modules with --enable-developer.Günther Deschner2011-10-171-0/+1