index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
smbd: Fix an uninitialized variable read
Volker Lendecke
2015-01-11
1
-2
/
+1
*
smbd: Make talloc_report of smb_filename more readable
Volker Lendecke
2015-01-11
1
-0
/
+6
*
vfs_unityed_media: VFS module for sharing AVID projects
Ralph Boehme
2015-01-10
5
-1
/
+2079
*
lib: Simplify iov_buf
Volker Lendecke
2015-01-09
1
-2
/
+2
*
unix_msg: Fix 80-line formatting
Volker Lendecke
2015-01-09
1
-2
/
+4
*
Make sure response->extra_data.data is always cleared out
Matthew Newton
2015-01-09
1
-6
/
+7
*
test: Fix quoting
Volker Lendecke
2015-01-09
1
-1
/
+1
*
s3-vfs: Fix developer build of vfs_ceph module.
Günther Deschner
2015-01-09
1
-10
/
+20
*
ctdb: improve helpfulness of debug message when taking reclock fails
Michael Adam
2015-01-09
1
-1
/
+5
*
ctdb-daemon: Handle out-of-memory when setting recovery lock file
Martin Schwenke
2015-01-09
1
-8
/
+26
*
ctdb-scripts: Don't use the GNU awk gensub() function
Martin Schwenke
2015-01-09
4
-7
/
+11
*
ctdb-scripts: Try to deal with Ubuntu having /usr/sbin/service
Martin Schwenke
2015-01-09
1
-0
/
+2
*
ctdb-tests: Fix tickle sniffing for IPv4
Martin Schwenke
2015-01-09
1
-1
/
+1
*
ctdb-scripts: Fix bashism in ctdbd_wrapper script
Led
2015-01-09
1
-1
/
+1
*
wafadmin: backported the openbsd fixes from waf 1.7
Thomas Nagy
2015-01-09
3
-6
/
+20
*
wafsamba: remove commented out code.
Michael Adam
2015-01-08
1
-27
/
+0
*
Revert "waf: added suncc_wrap"
Michael Adam
2015-01-08
1
-18
/
+1
*
wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't hav...
Stefan Metzmacher
2015-01-08
1
-6
/
+23
*
wafsamba: flags from enviroment are put before our own internal versions
Ralph Boehme
2015-01-08
1
-0
/
+42
*
wafsamba: filter out standard library paths from RPATH and LIBPATH
Michael Adam
2015-01-08
3
-1
/
+55
*
wafsamba: fix ordering problems with lib-provided and internal RPATHs
Michael Adam
2015-01-08
1
-0
/
+53
*
wafsamba: make it possible to specify ADDITIONAL_{CFLAGS,LDFLAGS} as env var ...
Stefan Metzmacher
2015-01-08
1
-0
/
+13
*
wafsamba: improve -fvisibility=hidden, we should check it together this WERRO...
Stefan Metzmacher
2015-01-08
1
-1
/
+1
*
wafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_CFLAGS
Stefan Metzmacher
2015-01-08
1
-1
/
+1
*
wafsamba: move -fvisibility=hidden checks from lib/replace to wafsamba
Stefan Metzmacher
2015-01-08
2
-7
/
+7
*
wafsamba: move '-fstack-protector' checks from lib/replace to wafsamba
Stefan Metzmacher
2015-01-08
2
-4
/
+4
*
wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsamba
Stefan Metzmacher
2015-01-08
2
-13
/
+13
*
wafsamba: move compiler / cflags related stuff from lib/replace to wafsamba
Stefan Metzmacher
2015-01-08
2
-21
/
+21
*
wafsamba: let TO_LIST(mylist) return a copy of mylist
Stefan Metzmacher
2015-01-08
1
-1
/
+2
*
vfs_fruit: mmap under FreeBSD needs PROT_READ
Volker Lendecke
2015-01-08
1
-1
/
+1
*
lib/util: Avoid collision which alread defined consumer DEBUG macro.
Andreas Schneider
2015-01-08
2
-3
/
+8
*
s4:torture:vfs_fruit: fix model name check
Ralph Boehme
2015-01-08
1
-7
/
+1
*
vfs_fruit: fix base_fsp name conversion
Volker Lendecke
2015-01-08
1
-1
/
+1
*
Add a script-only idmap module.
Richard Sharpe
2015-01-08
4
-0
/
+567
*
allow net ads join accept new osServicePack parameter
Noel Power
2015-01-08
3
-2
/
+26
*
s3-libads: Fix a possible segfault in kerberos_fetch_pac().
Andreas Schneider
2015-01-07
1
-13
/
+13
*
vfs: Add glusterfs manpage.
Günther Deschner
2015-01-07
2
-0
/
+152
*
passdb: Cache output from pdb_[ug]id_to_sid
Volker Lendecke
2015-01-07
1
-0
/
+14
*
selftest: fix dns_host_file in samba3 target
Garming Sam
2015-01-07
1
-1
/
+1
*
fixup: check for NULL pointers
Ralph Boehme
2015-01-07
1
-2
/
+2
*
s4:rpc_server/lsa: remove msDS-TrustForestTrustInfo if FOREST_TRANSITIVE is c...
Stefan Metzmacher
2015-01-06
1
-1
/
+24
*
s4:rpc_server/lsa: allow LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE to be changed.
Stefan Metzmacher
2015-01-06
1
-5
/
+15
*
winbind: Retry after SESSION_EXPIRED error in ping-dc
Christof Schmitt
2015-01-06
1
-0
/
+8
*
smbd: Properly handle EINTR in vfs_aio_fork
Volker Lendecke
2015-01-06
1
-3
/
+12
*
smbd: Use msghdr.[ch] in vfs_aio_fork
Volker Lendecke
2015-01-06
1
-42
/
+20
*
lib: Use msghdr_prep_recv_fds in unix_msg
Volker Lendecke
2015-01-06
1
-7
/
+4
*
lib: Add msghdr_prep_recv_fds
Volker Lendecke
2015-01-06
2
-0
/
+22
*
lib: Use msghdr_extract_fds in unix_msg
Volker Lendecke
2015-01-06
1
-56
/
+19
*
lib: Add msghdr_extract_fds
Volker Lendecke
2015-01-06
2
-0
/
+30
*
smbd: Use msghdr_prep_fds in vfs_aio_fork
Volker Lendecke
2015-01-06
1
-30
/
+9
[prev]
[next]