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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
docs: man ldbdel: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbadd: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldb.3: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
s3-printing: add missing carriage return to debug str
David Disseldorp
2012-11-29
1
-1
/
+1
*
rpcclient: fix usage docs for rpcclient adddriver
David Disseldorp
2012-11-29
2
-3
/
+3
*
selftest: configure printer with default devmode = no
David Disseldorp
2012-11-29
1
-0
/
+1
*
spoolss: fix segfault when "default devmode" is disabled
David Disseldorp
2012-11-29
1
-18
/
+34
*
docs: Rename man ntlm_auth.
Karolin Seeger
2012-11-28
2
-38
/
+38
*
s3: Use dbwrap_parse_record in fetch_share_mode_unlocked
Volker Lendecke
2012-11-28
1
-13
/
+14
*
BUG 9436: Fix leaking sockets of SMB connections to a DC.
Andreas Schneider
2012-11-28
1
-0
/
+4
*
s3:vfs_gpfs: add no memory check in gpfs2smb_acl()
Stefan Metzmacher
2012-11-28
1
-0
/
+5
*
s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()
Stefan Metzmacher
2012-11-28
1
-1
/
+1
*
s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()
Stefan Metzmacher
2012-11-28
1
-0
/
+2
*
s3:vfs_aixacl2: make use of vfs_aixacl_util.h
Stefan Metzmacher
2012-11-28
1
-3
/
+1
*
s3: Open gencache_notrans with TDB_NOSYNC
Volker Lendecke
2012-11-28
1
-1
/
+4
*
s3: Avoid some transaction_commit on gencache.tdb
Volker Lendecke
2012-11-27
1
-0
/
+110
*
docs: Add some binaries to the "SEE ALSO" section
Karolin Seeger
2012-11-27
1
-0
/
+3
*
docs: Fix version in man smb.conf.
Karolin Seeger
2012-11-27
1
-1
/
+1
*
s3: Fix bug 9428 -- inotify detection broken
Volker Lendecke
2012-11-27
1
-1
/
+1
*
s3: Do not free a string where we should not
Volker Lendecke
2012-11-26
1
-1
/
+1
*
s3: Do not free a string where we should not
Volker Lendecke
2012-11-26
1
-1
/
+1
*
s3: Fix Coverity ID 741407 -- resource leak
Volker Lendecke
2012-11-26
1
-0
/
+1
*
s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu...
Günther Deschner
2012-11-26
3
-8
/
+19
*
s4:torture/rpc/handles: try to make all assoc_group tests less flakey
Stefan Metzmacher
2012-11-26
1
-0
/
+5
*
configure(waf): Fail "configure --with-ads" if ads support is not available
Michael Adam
2012-11-23
1
-24
/
+50
*
s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
Günther Deschner
2012-11-23
1
-1
/
+1
*
Fix MD5 detection in the autoconf build
Matthieu Patou
2012-11-23
1
-7
/
+34
*
web_server: Load SWAT if it is available.
Jelmer Vernooij
2012-11-23
1
-3
/
+31
*
web_server: the web server is not multi-process, indicate so in WSGI.
Jelmer Vernooij
2012-11-22
1
-1
/
+1
*
web_server: Properly decrement reference counters for python objects in wsgi.
Jelmer Vernooij
2012-11-22
1
-29
/
+81
*
web_server: Properly set SCRIPT_NAME and PATH_INFO.
Jelmer Vernooij
2012-11-22
1
-2
/
+5
*
web_server: Create a string object for SERVER_PORT variable.
Jelmer Vernooij
2012-11-22
1
-1
/
+1
*
web_server/wsgi: Don't segfault when wsgi app doesn't return iterable.
Jelmer Vernooij
2012-11-22
1
-0
/
+5
*
build: Do not install testing binaries
Andrew Bartlett
2012-11-22
4
-5
/
+24
*
packaging: Remove long-gone --disable-merged-build from RHEL-CTDB packaging
Andrew Bartlett
2012-11-22
2
-2
/
+0
*
build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make...
Andrew Bartlett
2012-11-22
5
-22
/
+11
*
build: Be consistent with the name of smbtorture binaries
Andrew Bartlett
2012-11-22
7
-37
/
+28
*
torture: remove source3 locktest and masktest
Andrew Bartlett
2012-11-22
3
-722
/
+0
*
build: Use ntlm_auth from source3 as the only ntlm_auth installed on the system
Andrew Bartlett
2012-11-22
3
-8
/
+10
*
lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets this
Andrew Bartlett
2012-11-22
2
-4
/
+2
*
s4/web_server: Fix typo in URL.
Jelmer Vernooij
2012-11-22
1
-1
/
+1
*
s3:smbd/aio do not mark file modified during reads
Christian Ambach
2012-11-20
1
-2
/
+0
*
s3: Fix some blank line endings
Volker Lendecke
2012-11-20
1
-10
/
+10
*
librpc/idl: teach ndrdump about dumping security.idl structures
Stefan Metzmacher
2012-11-20
1
-0
/
+21
*
s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)
Stefan Metzmacher
2012-11-20
1
-0
/
+4
*
s4:torture/rpc/handles: try to make the assoc_group test less flakey
Stefan Metzmacher
2012-11-20
1
-1
/
+5
*
s4:torture/rpc/handles: move a torture_comment()
Stefan Metzmacher
2012-11-20
1
-2
/
+3
*
s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DC
Stefan Metzmacher
2012-11-20
1
-0
/
+1
*
examples: fix build on AIX6
Christian Ambach
2012-11-20
2
-0
/
+4
*
build(waf): fix a typo
Christian Ambach
2012-11-20
1
-1
/
+1
[prev]
[next]