index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
configure.in
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-05-03
ѕ3/configure: move out generic CPPFLAGS in the solaris case here
Björn Jacke
1
-3
/
+4
2011-05-03
ѕ3/configure: move out generic LDFLAGS in the solaris case here
Björn Jacke
1
-3
/
+1
2011-04-30
kerberos: Only include gssapi/gssapi_krb5.h when available
Andrew Bartlett
1
-1
/
+1
2011-04-27
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Andrew Bartlett
1
-0
/
+1
2011-04-27
s3-gse: Don't release the mech OID from gss_accept_security_context
Andrew Bartlett
1
-0
/
+1
2011-04-27
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
1
-0
/
+1
2011-04-25
s3: Check for res_ninit
Volker Lendecke
1
-0
/
+8
2011-04-25
s3: Add pthreadpooltest to main build
Volker Lendecke
1
-0
/
+2
2011-04-25
s3: Many pthreadpool fixes
Volker Lendecke
1
-1
/
+1
2011-04-23
Revert "s3-vfs: another attempt to fix the Tru64 build."
Stefan Metzmacher
1
-2
/
+0
2011-04-22
s3-vfs: another attempt to fix the Tru64 build.
Günther Deschner
1
-0
/
+2
2011-04-20
s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()
Andrew Bartlett
1
-0
/
+1
2011-04-18
s3 autobuild: Fix CFLAG check for netgrent tests
Kai Blin
1
-1
/
+1
2011-04-14
s3-build: make sure we pick up system tdb and talloc via #include.
Günther Deschner
1
-1
/
+1
2011-03-31
s3:configure: allow building without SCHEDULE_FOR_DELETION with --enable-old-...
Michael Adam
1
-2
/
+6
2011-03-31
s3:configure: introduce "--enable-old-ctdb" to enable enforcing build against...
Michael Adam
1
-0
/
+6
2011-03-31
s3:configure: add check for new CTDB_CONTROL_SCHEDULE_FOR_DELETION
Michael Adam
1
-0
/
+19
2011-03-31
s3:configure: rework logic of ctdb/clustering checks
Michael Adam
1
-77
/
+113
2011-03-31
s3:configure: remove unused variable CTDB_CFLAGS
Michael Adam
1
-2
/
+0
2011-03-31
s3:configure: fix a comment.
Michael Adam
1
-1
/
+1
2011-03-19
s3: use getgrset() when it is available
Christian Ambach
1
-0
/
+1
2011-03-10
s3-build: remove -I../lib/addns.
Günther Deschner
1
-1
/
+0
2011-03-04
libreplace: move "struct timespec" checks into libreplace (where timespec is ...
Günther Deschner
1
-23
/
+0
2011-02-28
libreplace: poll based on select
Volker Lendecke
1
-1
/
+1
2011-02-16
s3-passdb: Add minimal stub for IPA passdb backend
Sumit Bose
1
-1
/
+2
2011-02-10
Revert "libwbclient: bump the libwbclient SOVER 0 -> 1 due to ABI changes"
Michael Adam
1
-1
/
+1
2011-02-08
Add fdopendir().
Jeremy Allison
1
-0
/
+1
2011-02-06
s3: Only build auth_netlogond for the developer build
Volker Lendecke
1
-1
/
+1
2011-02-01
s3: Add support for AF_NETLINK addr notifications
Volker Lendecke
1
-0
/
+9
2011-01-30
s3: On FreeBSD, compile zfsacl if sunacl.h is around
Volker Lendecke
1
-1
/
+13
[next]