index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
A good reason to use make variables instead of autoconf substitutions
Tim Potter
2003-05-05
1
-2
/
+1
*
AIX doesn't append $SHLIB_EXT to NSS libraries.
Tim Potter
2003-05-05
1
-2
/
+2
*
fixes to *_util.c files
Simo Sorce
2003-05-03
1
-1
/
+2
*
exclude tdbsam2.h generation until it will be used
Simo Sorce
2003-05-02
1
-14
/
+15
*
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2003-04-30
1
-1
/
+1
*
pam_smbpass will need at least IDMAP.
Andrew Bartlett
2003-04-30
1
-1
/
+1
*
remove convert_smbpasswd and addtosmbpass from tree; people can get them from...
Gerald Carter
2003-04-29
1
-2
/
+1
*
consolidate idmap code in one place
Simo Sorce
2003-04-29
1
-3
/
+3
*
swat need idmap now
Simo Sorce
2003-04-28
1
-2
/
+2
*
Add 'smbiconv' program - a clone of the 'iconv' utility
Jelmer Vernooij
2003-04-27
1
-0
/
+6
*
make winbind use idmap as well.
Simo Sorce
2003-04-27
1
-4
/
+1
*
Fix the 'weird' charset module. Also, built it by default for
Jelmer Vernooij
2003-04-26
1
-2
/
+2
*
Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are
Jelmer Vernooij
2003-04-24
1
-3
/
+3
*
[merge from SAMBA_3_0]
Gerald Carter
2003-04-19
1
-2
/
+2
*
Add torture to everything..
Jelmer Vernooij
2003-04-16
1
-1
/
+1
*
Don't build the torture progs in 'make all'
Jelmer Vernooij
2003-04-16
1
-1
/
+1
*
Fix build of VFS modules statically (we used Makefile variables before settin...
Jelmer Vernooij
2003-04-15
1
-6
/
+6
*
Use picobjs when building python extensions. Spotted by Steve Langasek.
Tim Potter
2003-04-15
1
-6
/
+12
*
Make a libbigballofmud.so.0 link, so that the linker can find the
Martin Pool
2003-04-14
1
-0
/
+2
*
Build and run the lib/snprintf.c test cases from "make check".
Martin Pool
2003-04-14
1
-1
/
+1
*
Add rules to build bin/t_snprintf, which exposes the snprintf test code.
Martin Pool
2003-04-14
1
-0
/
+3
*
smbcquota patch from metze
Gerald Carter
2003-04-11
1
-6
/
+18
*
A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
Tim Potter
2003-04-11
1
-3
/
+12
*
Fixes to linker flags for AIX winbind client from Stephen Roylance.
Tim Potter
2003-04-10
1
-1
/
+2
*
bin/smbcontrol needs to be built to run tpot's new tests of it.
Martin Pool
2003-04-09
1
-2
/
+4
*
poptify smbcontrol
Tim Potter
2003-04-09
1
-4
/
+4
*
Install libsmbclient.h from $(srcdir)
Tim Potter
2003-04-09
1
-1
/
+1
*
Autoconfiscate the name of the winbind shared library file. Under
Tim Potter
2003-04-09
1
-9
/
+4
*
Integrate abartlet's t_push_ucs2 test into test framework:
Martin Pool
2003-04-08
1
-1
/
+1
*
Decode the PAC! This patch just decodes it and then frees it, so it's just
Jim McDonough
2003-04-07
1
-1
/
+1
*
make installclientlib depend on the shared-linked or statically-linked version
Jelmer Vernooij
2003-04-07
1
-1
/
+1
*
Don't make installclientlib depend on the shared-linked version of libsmbclie...
Jelmer Vernooij
2003-04-07
1
-1
/
+1
*
Fix build of static libsmbclient
Jelmer Vernooij
2003-04-07
1
-2
/
+2
*
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
Andrew Bartlett
2003-04-06
1
-1
/
+4
*
Fix building on platforms without ldap
Jelmer Vernooij
2003-04-06
1
-3
/
+2
*
t_doschar: Test harness that exercises check_dos_char()
Martin Pool
2003-04-04
1
-0
/
+3
*
Updated warning messages for when configure.in is updated.
Tim Potter
2003-04-04
1
-2
/
+2
*
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough
2003-04-03
1
-3
/
+6
*
winbindd should depend on IDMAP_OBJ too, not just link with it
Jelmer Vernooij
2003-04-02
1
-3
/
+3
*
Commit some more fixes for Coolo ...
Richard Sharpe
2003-04-02
1
-2
/
+2
*
Add KRB5LIBS to smbmount
Jelmer Vernooij
2003-04-02
1
-1
/
+1
*
Link in lib/snprintf.o with editreg for use on systems that don't have snprintf
Jelmer Vernooij
2003-04-02
1
-1
/
+1
*
Add EDITREG_OBJ
Jelmer Vernooij
2003-04-02
1
-2
/
+3
*
Only link in popt when we need it
Jelmer Vernooij
2003-04-02
1
-21
/
+21
*
Only link in libs when they are actually used. Works great here and on
Jelmer Vernooij
2003-04-02
1
-31
/
+35
*
THE Idmap patch :-)
Simo Sorce
2003-04-02
1
-8
/
+15
*
- Support absolute paths in vfs and charset modules
Jelmer Vernooij
2003-03-31
1
-1
/
+1
*
Cleanup of winbind client side code.
Tim Potter
2003-03-31
1
-2
/
+1
*
Break the current build dependency on perl. Perl is required for
Tim Potter
2003-03-31
1
-3
/
+8
*
distclean fixups from Paul Green.
Tim Potter
2003-03-30
1
-2
/
+5
[next]