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-17
Move pidl to top-level directory.
Jelmer Vernooij
1
-3
/
+3
2008-09-17
Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib
Jelmer Vernooij
1
-0
/
+13
2008-09-17
Move common libraries from root to lib/.
Jelmer Vernooij
1
-1
/
+1
2008-09-16
Make the correct module name.
Jeremy Allison
1
-1
/
+1
2008-09-16
First (incomplete) cut of this module. Based on Volker's original work.
Jeremy Allison
1
-0
/
+5
2008-09-16
idmap_hash: Add the idmap/nss-info provider from Likewise Open.
Gerald (Jerry) Carter
1
-0
/
+8
2008-09-16
Merge branch 'singlecompression' into single
Jelmer Vernooij
1
-2
/
+2
2008-09-16
Use single copy of compression library in Samba3,4.
Jelmer Vernooij
1
-1
/
+1
2008-09-16
Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed ...
Jelmer Vernooij
1
-1
/
+1
2008-09-16
Use a single copy of popt in samba3 and samba4.
Jelmer Vernooij
1
-2
/
+2
2008-09-15
Ignore generated build files.
Jelmer Vernooij
1
-2
/
+2
2008-09-15
Import merged build patch.
Jelmer Vernooij
1
-25
/
+13
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
[next]