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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-06
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
7
-30
/
+26
2012-06-06
lib/replace: Fix snprintf() override for systems with a broken snprintf()
Andrew Bartlett
1
-1
/
+1
2012-06-05
s3: temporary hack to make the waf build work withouth autotools being required
Björn Jacke
1
-0
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
12
-44
/
+71
2012-06-05
s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()
Stefan Metzmacher
1
-1
/
+1
2012-06-05
s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf
Stefan Metzmacher
1
-8
/
+8
2012-06-05
s3:libsmb: use inhdr instead of inbuf in tree connect related functions
Stefan Metzmacher
1
-5
/
+5
2012-06-05
s3:libsmb: use inhdr instead of inbuf in session setup related functions
Stefan Metzmacher
1
-34
/
+36
2012-06-05
s3:libsmb: remove unused 'inbuf' variable
Stefan Metzmacher
5
-20
/
+10
2012-06-05
s3:libsmb: don't require a pinbuf in cli_smb_recv() to keep the memory
Stefan Metzmacher
1
-0
/
+5
2012-06-05
s4:torture/locktest: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2012-06-05
s3: remove dependency on automake for "make everything"
Björn Jacke
2
-1
/
+9
2012-06-05
VERSION: mark as beta2 as we move on to the next release
Andrew Bartlett
1
-2
/
+2
2012-06-05
VERSION: Mark release as beta1
Andrew Bartlett
1
-1
/
+1
2012-06-05
build: Add newlines for clarity
Andrew Bartlett
1
-0
/
+2
2012-06-05
build: Add test for HAVE_BROKEN_POSIX_FALLOCATE to waf build
Andrew Bartlett
1
-0
/
+13
2012-06-05
build: Remove unused check for HAVE_UNSIGNED_CHAR
Andrew Bartlett
1
-8
/
+0
2012-06-05
Roadmap: Clarify that 4.0 is our next release
Andrew Bartlett
1
-1
/
+1
2012-06-05
WHATSNEW: Add details on NTP and DNS as new protocols we cover
Andrew Bartlett
1
-3
/
+16
2012-06-05
Tests for bug #8972 - Add permission checks to run_simple_posix_open_test().
Jeremy Allison
1
-0
/
+27
2012-06-05
Tests for bug #8972 - run the POSIX tests against the posix_share.
Jeremy Allison
1
-2
/
+8
2012-06-05
Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw pos...
Jeremy Allison
1
-0
/
+8
2012-06-05
Tests for bug #8972 - Add a posix_share definition to s3 so we can do raw pos...
Jeremy Allison
1
-0
/
+9
2012-06-05
wintest: Fix test-s3.py to use smbclient3 under the name smbclient
Andrew Bartlett
1
-1
/
+1
2012-06-05
WHATSNEW: mention FreeBSD getaddrinfo() issue
Andrew Bartlett
1
-0
/
+3
2012-06-05
s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warnings
Martin Schwenke
2
-52
/
+52
2012-06-05
WHATSNEW: Mention trouble with DNS replication
Andrew Bartlett
1
-0
/
+5
2012-06-05
WHATSNEW: Note FreeBSD improvements
Andrew Bartlett
1
-0
/
+2
2012-06-05
s4-provision: Test for posix ACLs in the actual sysvol path
Andrew Bartlett
1
-12
/
+16
2012-06-05
s4-provision: Place xattr.tdb in the actual state directory
Andrew Bartlett
1
-13
/
+14
2012-06-05
WHATSNEW: Update for beta1
Andrew Bartlett
1
-30
/
+24
2012-06-05
VERSION: prepare for beta1 by setting and parsing the beta version
Andrew Bartlett
3
-2
/
+23
2012-06-05
Add '--use-ntvfs' option to 'samba-tool domain join'
Andriy Syrovenko
2
-13
/
+17
2012-06-05
s3-smbd: Remove support for protocols before LANMAN1
Andrew Bartlett
3
-37
/
+2
2012-06-05
Remove Manifest. The information here was outdated
Andrew Bartlett
2
-78
/
+0
2012-06-05
libreplace: Add copyrights to ease tracking of this file in future
Andrew Bartlett
1
-0
/
+2
2012-06-05
libreplace: Remove autoconf build system
Andrew Bartlett
9
-3648
/
+0
2012-06-05
Fix bug #8972 - Directory group write permission bit is set if unix extension...
Jeremy Allison
1
-2
/
+4
2012-06-04
libreplace: Ensure we link xattr.c on MacOS
Andrew Bartlett
1
-1
/
+1
2012-06-03
s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send
Luk Claes
8
-57
/
+12
2012-06-03
s3:smbd: make conn_close_all() a void function
Stefan Metzmacher
3
-8
/
+3
2012-06-03
Revert "s3: Fix bug 8371"
Stefan Metzmacher
1
-2
/
+0
2012-06-03
s3:smbd/close: call del_share_mode() directly before TALLOC_FREE(lck)
Stefan Metzmacher
1
-5
/
+15
2012-06-03
s3:smbd/close: remove unused goto out from close_directory()
Stefan Metzmacher
1
-3
/
+1
2012-06-03
s3:smbd/close: do an early return in close_directory()
Stefan Metzmacher
1
-2
/
+1
2012-06-03
s3: Fix an assert to trigger in close_remove_share_mode
Stefan Metzmacher
1
-6
/
+17
2012-06-03
s3: Do an early return in close_remove_share_mode
Volker Lendecke
1
-2
/
+1
2012-06-03
s3: Make close_remove_share_mode a bit more readable
Volker Lendecke
1
-2
/
+4
2012-06-03
s3: Simplify get_delete_on_close_token more
Volker Lendecke
1
-6
/
+2
2012-06-03
s3: Simplify get_delete_on_close_token slightly
Volker Lendecke
1
-19
/
+32
[next]