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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-13
Add a gpfs_prefetch module
Volker Lendecke
1
-0
/
+5
2008-08-12
use variables for files used in multiple places
Herb Lewis
1
-17
/
+19
2008-08-08
Add simple async wrappers around send, recv and connect
Volker Lendecke
1
-0
/
+1
2008-08-06
libnetapi: fix build of shared library after libnet_join changes.
Michael Adam
1
-1
/
+2
2008-07-22
Make DSO_EXPORTS_CMD regexp more POSIX compliant
Zach Loafman
1
-1
/
+1
2008-07-22
Add --enable-picky-developer
Zach Loafman
1
-2
/
+2
2008-07-17
netapi: add ConvertSidToStringSid() for convenience of the callers.
Günther Deschner
1
-1
/
+2
2008-07-16
This patchset comprises a number of cleanups for the cifs upcall
Jeremy Allison
1
-10
/
+10
2008-07-16
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test
Derrell Lipman
1
-101
/
+108
2008-07-16
Static libsmbclient library needs to include all objects
Derrell Lipman
1
-2
/
+2
2008-07-14
build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...
Michael Adam
1
-1
/
+2
2008-07-14
build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.
Michael Adam
1
-1
/
+2
2008-07-14
build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...
Michael Adam
1
-1
/
+2
2008-07-14
build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
Michael Adam
1
-1
/
+1
2008-07-14
build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.
Michael Adam
1
-1
/
+2
2008-07-14
build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@
Michael Adam
1
-6
/
+6
2008-07-14
build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.
Michael Adam
1
-52
/
+53
2008-07-14
build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.
Michael Adam
1
-62
/
+63
2008-07-14
build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
Michael Adam
1
-47
/
+48
2008-07-14
build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
Michael Adam
1
-21
/
+21
2008-07-11
build: fix build of libaddns shared lib : it needs socket_wrapper.
Michael Adam
1
-1
/
+1
2008-07-10
build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...
Michael Adam
1
-16
/
+10
2008-07-10
build: create a new uninstalllibs target and use it in "make uninstall"
Michael Adam
1
-1
/
+8
2008-07-10
build: distribute the libs target over the library-specific sections.
Michael Adam
1
-2
/
+7
2008-07-10
build: use the libs target instead of the LIBRARIES variable as dependecy for...
Michael Adam
1
-1
/
+1
2008-07-10
build: distribute the cleanlibs target over the library-specific sections.
Michael Adam
1
-7
/
+8
2008-07-10
build: introduce a installibs target and use it in "make install"
Michael Adam
1
-4
/
+8
2008-07-08
build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0
Michael Adam
1
-1
/
+1
2008-07-08
build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again
Michael Adam
1
-22
/
+22
2008-07-07
build: fix creation of libsmbclient.a - don't link in libtalloc.a
Michael Adam
1
-5
/
+7
2008-07-07
build: fix creation of libaddns.a - don't link in libtalloc.a
Michael Adam
1
-2
/
+2
2008-07-07
build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.
Michael Adam
1
-3
/
+5
2008-07-07
build: set SONAME version of libraries from configure, not using library-vers...
Michael Adam
1
-7
/
+7
2008-07-07
build: combine the cleanlibfoo targets to one cleanlibs target
Michael Adam
1
-1
/
+9
2008-07-07
build: fix shlibs target after internal changes, add libs target.
Michael Adam
1
-3
/
+13
2008-07-07
build: remove the SONAME_VER variable - not used anymore.
Michael Adam
1
-1
/
+0
2008-07-07
build: fix typo in use of cleanlibsmbclient target
Michael Adam
1
-1
/
+1
2008-07-07
build: add a cleanlibaddns target and use it in "make clean"
Michael Adam
1
-2
/
+7
2008-07-07
build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.
Michael Adam
1
-9
/
+25
2008-07-07
build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\
Michael Adam
1
-2
/
+3
2008-07-07
build: move libaddns related bits to the libaddns section in Makefile.in
Michael Adam
1
-16
/
+16
2008-07-07
build: create cleanlibsmbsharemodes target and use it in "make clean".
Michael Adam
1
-2
/
+8
2008-07-07
build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME f...
Michael Adam
1
-9
/
+29
2008-07-07
build: move libsmbsharemodes related vars and targets to libsmbsharemodes sec...
Michael Adam
1
-14
/
+15
2008-07-07
build: add structuring comment for libbigballofmud
Michael Adam
1
-0
/
+7
2008-07-07
build: add cleanlibsmbclient target and use it in make clean.
Michael Adam
1
-2
/
+8
2008-07-07
build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.
Michael Adam
1
-10
/
+26
2008-07-07
build: slightly change and extend the logic of SMB_LIBRARY().
Michael Adam
1
-4
/
+4
2008-07-07
build: rename (un)installclientlib to (un)installlibsmbclient
Michael Adam
1
-2
/
+6
2008-07-07
build: move libsmbclient related variables and targets to libsmbclient section
Michael Adam
1
-34
/
+35
[prev]
[next]