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
2007-10-10
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23097: Add a new configure option to disable building SWAT (it is still buil...
James Peach
1
-0
/
+15
2007-10-10
r23095: Support systems that have their PAM headers in /usr/include/pam.
James Peach
1
-7
/
+19
2007-10-10
r23094: Update the iconv detection to handle cross-compiles better. If we are
James Peach
1
-73
/
+106
2007-10-10
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
1
-0
/
+8
2007-10-10
r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX
Volker Lendecke
1
-1
/
+2
2007-10-10
r22976: whoops typo
Simo Sorce
1
-2
/
+2
2007-10-10
r22974: enable relro with PIE if available, this gives extra protection to th...
Simo Sorce
1
-0
/
+23
2007-10-10
r22955: Disable dependency tracking by default.
James Peach
1
-0
/
+6
2007-10-10
r22919: Fix build on Tru64.
Michael Adam
1
-1
/
+1
2007-10-10
r22878: Warn in $PATH contains /usr/ucb. Bugzilla #4295.
James Peach
1
-0
/
+6
2007-10-10
r22826: Fix the gettimeofday test that I broke in rev 22821.
James Peach
1
-3
/
+2
2007-10-10
r22821: Replace unnecessary AC_TRY_RUN with AC_TRY_LINK. Fixes bug #2287.
James Peach
1
-3
/
+4
2007-10-10
r22820: Move FAM libraries from smbd to vfs_fam_notify. Should fix bugzilla #...
James Peach
1
-3
/
+5
2007-10-10
r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
Michael Adam
1
-0
/
+1
2007-10-10
r22773: - Clean up the the rest of the cruft from my earlier work on the read...
Derrell Lipman
1
-11
/
+1
2007-10-10
r22772: - Still working on the fact that readahead() is not declared (on at l...
Derrell Lipman
1
-13
/
+0
2007-10-10
r22731: - Fix bug #4594.
Derrell Lipman
1
-66
/
+92
2007-10-10
r22692: Fix compilation of explicit --without-winbind.
Volker Lendecke
1
-4
/
+4
2007-10-10
r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...
Günther Deschner
1
-0
/
+1
2007-10-10
r22614: Only enable GNU-isms in the Makefile if we can be sure that the GNU
James Peach
1
-2
/
+8
2007-10-10
r22583: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD kern...
Jelmer Vernooij
1
-5
/
+17
2007-10-10
r22483: Attempt to fix the build.
Günther Deschner
1
-6
/
+8
2007-10-10
r22480: Remove accidentially comitted getpeereid hunks again.
Günther Deschner
1
-9
/
+0
2007-10-10
r22479: Add "net ads keytab list".
Günther Deschner
1
-0
/
+46
2007-10-10
r22467: Adding configure check for -Werror-implicit-function-declaration and ...
Günther Deschner
1
-2
/
+24
2007-10-10
r22441: Add automatic dependency tracking. The dependency generation is
James Peach
1
-1
/
+23
2007-10-10
r22419: Update configure so that we only need one copy of os2_delete.c
James Peach
1
-2
/
+10
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
1
-0
/
+29
2007-10-10
r22413: Simplify the build rules for plugin modules. Add support for per-plat...
James Peach
1
-0
/
+4
2007-10-10
r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)
Günther Deschner
1
-0
/
+1
2007-10-10
r22302: fix the build when no shared-library support is detected
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r22301: remove unused vars
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r22249: move tdb code to lib/tdb/ as in samba4
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in an
James Peach
1
-12
/
+22
2007-10-10
r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22105: Added vfs_readahead module that appears to do wonderful things
Jeremy Allison
1
-1
/
+22
2007-10-10
r22103: No code change. This is a spring time end of line clesnup checkin.
Lars Müller
1
-89
/
+89
2007-10-10
r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.
Lars Müller
1
-9
/
+4
2007-10-10
r22097: Add detection for linux readahead() syscall.
Jeremy Allison
1
-0
/
+19
2007-10-10
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r22049: HPUX build fixes from <don.mccall@hp.com>.
Jeremy Allison
1
-12
/
+40
2007-10-10
r21950: After discussion with the Apple and Linux client maintainers,
James Peach
1
-1
/
+2
2007-10-10
r21944: move acl header checks to the correct place only
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r21931: include acl/libacl.h is present
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r21845: Refactor the sessionsetupX code a little to allow us
Jeremy Allison
1
-0
/
+14
2007-10-10
r21822: Adding experimental krb5 lib locator plugin.
Günther Deschner
1
-0
/
+5
2007-10-10
r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different
James Peach
1
-0
/
+20
2007-10-10
r21763: Add support for the UNIX_INFO2 infolevel.
James Peach
1
-0
/
+17
2007-10-10
r21605: Fix small typo noticed by Raúl Sánchez Siles <rss@barracuda.es>.
Jeremy Allison
1
-1
/
+1
[next]