Age | Commit message (Expand) | Author | Files | Lines |
2012-01-13 | s3-autoconf: fix the build of the pdb_ldap shared module in autoconf build as... | Günther Deschner | 1 | -1/+1 |
2012-01-13 | s3:build: add auth/gensec/spnego.o | Stefan Metzmacher | 1 | -0/+3 |
2012-01-10 | krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5 | Andrew Bartlett | 1 | -0/+10 |
2012-01-10 | krb5: Require krb5_string_to_key be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 |
2012-01-10 | krb5: Require krb5_set_real_time is available to build with krb5 | Andrew Bartlett | 1 | -0/+11 |
2012-01-10 | krb5: Require krb5_principal_compare_any_realm be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 |
2012-01-10 | krb5: Require krb5_get_renewed_creds be available to build with krb5 | Andrew Bartlett | 1 | -1/+6 |
2012-01-10 | krb5: Remove now unused checks for krb5_verify_checksum | Andrew Bartlett | 1 | -10/+0 |
2012-01-10 | krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5 | Andrew Bartlett | 1 | -0/+12 |
2012-01-10 | krb5: Require krb5_fwd_tgt_creds to be available to build with krb5 | Andrew Bartlett | 1 | -0/+6 |
2012-01-10 | krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu... | Andrew Bartlett | 1 | -0/+12 |
2012-01-10 | krb5: Require krb5_c_verify_checksum is available to build with krb5 | Andrew Bartlett | 1 | -4/+2 |
2012-01-10 | krb5: Require krb5_c_enctype_compare is available to build with krb5 | Andrew Bartlett | 1 | -1/+5 |
2012-01-10 | samba: check for AES encryption type defines. | Günther Deschner | 1 | -0/+21 |
2012-01-09 | s3-build: Remove unused hooks to set smbtorture4 and test args | Andrew Bartlett | 1 | -7/+0 |
2012-01-09 | s3-build: smbtorture4 can be built regardless of use_ads | Andrew Bartlett | 1 | -4/+0 |
2012-01-06 | Add a sys_get_number_of_cores() function that calls sysconf or sysctl | Jeremy Allison | 1 | -1/+2 |
2012-01-05 | Add S3 vfs_aio_pthread module to replace broken glibc aio code. | Jeremy Allison | 1 | -0/+4 |
2011-12-25 | s3: Fix linking on Lion | Volker Lendecke | 1 | -0/+8 |
2011-12-22 | s3: There's no reason not to at least build winbind on darwin | Volker Lendecke | 1 | -0/+2 |
2011-11-30 | s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS | Volker Lendecke | 1 | -0/+23 |
2011-11-30 | build: TDB_ERR_NESTING is used unconditionally | Andrew Bartlett | 1 | -10/+0 |
2011-11-16 | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 1 | -1/+1 |
2011-11-16 | s3: move smbldap_util to pdb_ldap_util. | Günther Deschner | 1 | -4/+1 |
2011-11-07 | s3-build: Fix inotify detection (bug 8580) | Björn Baumbach | 1 | -2/+4 |
2011-10-14 | Fix sys_fseek wrapper | Brad Smith | 1 | -1/+1 |
2011-10-06 | s3: Use the uid_wrapper | Volker Lendecke | 1 | -0/+1 |
2011-09-20 | lib/util/charset: remove charset module loading | Andrew Bartlett | 1 | -4/+2 |
2011-09-20 | lib/util/charcnv: Remove broken internal CP850 and CP464 modules | Andrew Bartlett | 1 | -4/+0 |
2011-08-11 | s3:build(autoconf): fix bug #8369: remove irritating "." targets when recent ... | Michael Adam | 1 | -0/+4 |
2011-07-14 | s3:clikrb5: fix the build with newer heimdal versions | Stefan Metzmacher | 1 | -0/+2 |
2011-06-23 | s3-net: Bind our gettext results to 'unix charset' | Andrew Bartlett | 1 | -1/+1 |
2011-06-23 | lib/util/charset: Remove autodetection of charset from LOCALE | Andrew Bartlett | 1 | -1/+1 |
2011-06-23 | lib/util/charset: Remove 'display charset' | Andrew Bartlett | 1 | -18/+1 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 1 | -0/+1 |
2011-06-20 | lib: import ccan modules for tdb2 | Rusty Russell | 1 | -0/+2 |
2011-06-04 | s3: Fix the build on FreeBSD 8 | Volker Lendecke | 1 | -0/+5 |
2011-06-01 | Add check for the getcwd function being able to take NULL,0 arguments. | Jeremy Allison | 1 | -0/+11 |
2011-05-13 | s3:build: link libtdb as shared lib if using shared libs at all | Michael Adam | 1 | -1/+3 |
2011-05-13 | s3:build: determine full version of libtdb for the samba build | Michael Adam | 1 | -1/+2 |
2011-05-13 | s3:build: link libtalloc as shared lib if using shared libs at all | Michael Adam | 1 | -1/+3 |
2011-05-13 | s3:build: determine full version of libtalloc for the samba build | Michael Adam | 1 | -1/+2 |
2011-05-13 | s3:build: fix typo in definition of --enable-external-libtdb | Michael Adam | 1 | -2/+2 |
2011-05-13 | s3:build: reformat AC_ARG_ENABLE(external_libtalloc...) | Michael Adam | 1 | -2/+5 |
2011-05-13 | s3:build: add LIBWBCLIENT_FULLVER for consistency with SMB_LIBRARY() | Michael Adam | 1 | -0/+2 |
2011-05-13 | s3:build: add an optional full version argument to the SMB_LIBRARY() macro. | Michael Adam | 1 | -1/+1 |
2011-05-13 | s3:configure: add --enable-smbtorture4 switch | Michael Adam | 1 | -1/+8 |
2011-05-09 | s3-build: Move generated config.h and config.h.in to include/autoconf | Andrew Bartlett | 1 | -2/+2 |
2011-05-07 | Fix Samba3 on OpenIndiana. | Gordon Ross | 1 | -5/+21 |
2011-05-04 | vfs_gpfs: Properly notify the offline->online changes | Volker Lendecke | 1 | -0/+2 |