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
2009-01-30
Add the "SMBD" rpc transport
Volker Lendecke
1
-1
/
+1
2009-01-29
s3:configure: autodetect ctdb/cluster support
Stefan Metzmacher
1
-1
/
+0
2009-01-29
selftest: fix Samba3 bugs
Stefan Metzmacher
1
-1
/
+2
2009-01-28
async_sock: Move to top level
Kai Blin
1
-1
/
+1
2009-01-28
s3: try to make 'make selftest' work again
Stefan Metzmacher
1
-2
/
+5
2009-01-28
s3:build: don't use $(FLAGS) in linking targets - it is useless
Michael Adam
1
-58
/
+58
2009-01-28
s3: separate tdb validation code out into its own source file
Michael Adam
1
-1
/
+4
2009-01-27
s3 build: Eliminate the gmake-specific Makefile syntax
Tim Prouty
1
-13
/
+3
2009-01-26
s3 make test: Add the ability to specify a custom smb.conf for make test
Tim Prouty
1
-2
/
+16
2009-01-23
async_req: Move to top level dir
Kai Blin
1
-1
/
+1
2009-01-22
Add the socket rpc client transport
Volker Lendecke
1
-1
/
+2
2009-01-22
Add the named pipe rpc client transport
Volker Lendecke
1
-1
/
+1
2009-01-22
RPC_CLIENT_OBJ is the right variable for cli_pipe.o
Volker Lendecke
1
-2
/
+2
2009-01-21
libsmbconf: move the non-registry parts of libsmbconf to top level
Michael Adam
1
-2
/
+3
2009-01-12
Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c
Steven Danneman
1
-2
/
+7
2009-01-11
s3: Add OneFS alternate data streams implementation
Tim Prouty
1
-1
/
+1
2009-01-09
start rpcclient epmapper
Volker Lendecke
1
-1
/
+1
2009-01-09
s3-svcctl: remove last traces of hand-marshalled svcctl code.
Günther Deschner
1
-4
/
+2
2009-01-09
s3-svcctl: build svcctl marshalling helper.
Günther Deschner
1
-1
/
+2
2009-01-08
s3-rpcclient: add eventlog test client.
Günther Deschner
1
-1
/
+1
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-1
/
+1
2009-01-06
s3-srvsvc: remove all init_srvsvc* functions.
Günther Deschner
1
-2
/
+1
2009-01-05
Attempt to fix crash seen with new CUPS async printcap loading code.
Jeremy Allison
1
-1
/
+1
2009-01-05
s3: build lib/tevent staticly into samba3
Stefan Metzmacher
1
-1
/
+2
2009-01-04
Add a quick test of wb_trans_send/recv
Volker Lendecke
1
-0
/
+1
2009-01-04
Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c
Volker Lendecke
1
-1
/
+0
2008-12-28
Make sharesec utility part of the default binary install.
Steven Danneman
1
-2
/
+2
2008-12-17
s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.
Günther Deschner
1
-2
/
+2
2008-12-17
net lua
Volker Lendecke
1
-4
/
+5
2008-12-17
Compile liblua
Volker Lendecke
1
-0
/
+76
2008-12-16
Remove ndrdump - it's available in merged build mode as bin/ndrdump4 and uses...
Jelmer Vernooij
1
-22
/
+1
2008-12-16
Share object files for gen_ndr.
Jelmer Vernooij
1
-10
/
+1
2008-12-16
Add new script for building IDL files in librpc/idl, generating both
Jelmer Vernooij
1
-2
/
+2
2008-12-16
Fix path to ndr_notify.c.
Jelmer Vernooij
1
-1
/
+1
2008-12-16
Move shared gen_ndr files to librpc/gen_ndr in the root.
Jelmer Vernooij
1
-54
/
+54
2008-12-16
Consider shared IDL files and Samba3-specific IDL files separately, allow ove...
Jelmer Vernooij
1
-3
/
+6
2008-12-16
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
1
-14
/
+14
2008-12-16
Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...
Jelmer Vernooij
1
-1
/
+1
2008-12-16
nsswitch: Move source3 files to top level dir.
Kai Blin
1
-14
/
+14
2008-12-09
s3: Add the OneFS SMB_VFS_CREATE_FILE implementation
Tim Prouty
1
-1
/
+2
2008-12-08
Add infrastructure to transfer winbindd_request/response asynchronously
Volker Lendecke
1
-0
/
+1
2008-12-02
Add support for OneFS ACLs
Steven Danneman
1
-2
/
+2
2008-12-02
Add OneFS VFS module skeleton.
Tim Prouty
1
-0
/
+5
2008-11-23
ctags: Ignore source3/includes/proto.h for tags.
Kai Blin
1
-1
/
+1
2008-11-23
s3-build: do not auto-genereate ndr tables but use checked-in tables.
Michael Adam
1
-3
/
+6
2008-11-22
s3 build: don't specify ZLIB_LIBS (i.e. "-lz") in object collections.
Michael Adam
1
-3
/
+3
2008-11-13
i18n/l10n pam_winbind
Bo Yang
1
-6
/
+23
2008-11-11
s3: Add support for make test to use a share dir outside of the prefix dir
Tim Prouty
1
-1
/
+2
2008-11-11
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
1
-0
/
+5
2008-11-10
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...
Jeremy Allison
1
-0
/
+5
[next]