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-09-11
build: don't install the cifs.upcall binary twice.
Günther Deschner
1
-1
/
+1
2008-09-11
netapi: add NetFileClose skeleton.
Günther Deschner
1
-1
/
+2
2008-09-09
Stop ignoring .svn directories when creating tags, since we no longer use
Jelmer Vernooij
1
-2
/
+2
2008-09-09
Rename object variables to avoid clashes with Samba 4.
Jelmer Vernooij
1
-2
/
+2
2008-09-04
Use different variable names for talloc and tdb object file names than
Jelmer Vernooij
1
-3
/
+2
2008-08-29
netapi: add NetShareAdd skeleton.
Günther Deschner
1
-1
/
+2
2008-08-26
Move idmap_cache.c from winbindd/ to lib/
Volker Lendecke
1
-2
/
+2
2008-08-26
build: make sure to create CODEPAGEDIR and MODULESDIR.
Günther Deschner
1
-1
/
+1
2008-08-21
cifs.upcall: move default install location to EPREFIX/sbin
Jeff Layton
1
-4
/
+4
2008-08-21
build: add [clean_]libsmbclient_examples targets to top level Makefile
Michael Adam
1
-0
/
+11
2008-08-20
build: auto-generate symbols for libsmbsharemodes.
Michael Adam
1
-2
/
+5
2008-08-20
build: autogenerate symbols for libsmbclient.so
Michael Adam
1
-2
/
+5
2008-08-20
build: remove duplicated and hardcoded definition of LIBSMBSHAREMODES
Michael Adam
1
-2
/
+0
2008-08-20
build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.
Michael Adam
1
-4
/
+4
2008-08-19
build: fix linking cifs.upcall when nscd_flush_cache() is found.
Michael Adam
1
-1
/
+1
2008-08-15
configure: Add --with-modulesdir to accompany --with-libdir.
Michael Adam
1
-9
/
+12
2008-08-15
Makefile: print codepagedir in "make showlayout".
Michael Adam
1
-0
/
+1
2008-08-15
build: fix a typo in the installlibtalloc rule.
Michael Adam
1
-1
/
+1
2008-08-14
Revert "Add a gpfs_prefetch module"
Michael Adam
1
-5
/
+0
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-1
/
+1
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
[next]