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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
1
-1
/
+7
2013-04-10
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
3
-9
/
+14
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
1
-3
/
+10
2013-04-10
build: Remove extra space in shebang
Andrew Bartlett
1
-1
/
+1
2013-04-10
vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structs
Volker Lendecke
1
-4
/
+29
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-2
/
+2
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-16
/
+21
2013-04-09
s3-netlogon: enumerate UPN suffixes from PASSDB when available
Alexander Bokovoy
1
-12
/
+94
2013-04-09
PASSDB: add support to set and enumerate UPN suffixes associated with our forest
Alexander Bokovoy
3
-1
/
+55
2013-04-09
s3-waf: filter out ldapsam internal init functions
Alexander Bokovoy
1
-0
/
+1
2013-04-09
winbindd: Avoid a fd leak when we can not fork
Volker Lendecke
1
-0
/
+2
2013-04-09
pylibsmb: Avoid a segfault if no credentials are passed to libsmb.Conn()
Volker Lendecke
1
-5
/
+5
2013-04-09
BUG 9766: Cache name_to_sid/sid_to_name correctly.
Andreas Schneider
1
-0
/
+21
2013-04-09
BUG 9139: Fix the username map optimization.
Andreas Schneider
1
-4
/
+8
2013-04-03
BUG 9699: Fix adding case sensitive spn.
Andreas Schneider
1
-12
/
+2
2013-04-03
libsmbclient: Fix cli_session_setup_guest_send
Volker Lendecke
1
-1
/
+1
2013-04-03
s3:wscript: change --with-dmapi to default=auto to match the autoconf build
Stefan Metzmacher
1
-1
/
+1
2013-04-03
s3:modules: fix the build of vfs_notify_fam (bug #9545)
Stefan Metzmacher
2
-0
/
+34
2013-04-03
s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRST
Stefan Metzmacher
1
-1
/
+4
2013-04-03
s3:lib/gencache: place gencache.tdb into /var/cache/samba
Stefan Metzmacher
1
-1
/
+1
2013-04-02
Ensure EA value is allocated on the right context.
Jeremy Allison
1
-1
/
+2
2013-04-02
Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
1
-1
/
+1
2013-04-02
Ensure we don't return uninitialized memory in the pad bytes.
Jeremy Allison
1
-1
/
+7
2013-04-02
Fix bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
1
-0
/
+9
2013-04-02
Change estimate_ea_size() to correctly estimate the EA size over SMB2.
Jeremy Allison
1
-0
/
+20
2013-04-02
Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...
Jeremy Allison
1
-12
/
+15
2013-04-02
Ensure we can never return an uninitialized EA list.
Jeremy Allison
1
-1
/
+2
2013-04-02
BUG 9758: Don't leak the epm_Map policy handle.
Andreas Schneider
1
-0
/
+4
2013-04-02
epm: Increase debug level for already registered endpoints.
Andreas Schneider
1
-1
/
+1
2013-04-02
Fix bad SMB2 opcode reading in server.
Jeremy Allison
1
-5
/
+5
2013-03-28
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
1
-15
/
+15
2013-03-27
Call smb_panic when we try to exit the server uncleanly. This gives us the no...
Richard Sharpe
1
-7
/
+1
2013-03-26
smbd: Remove an optimization that became unnecessary
Volker Lendecke
1
-7
/
+6
2013-03-26
smbd: We don't collect our own vnn anymore
Volker Lendecke
1
-3
/
+0
2013-03-26
smbd: Slightly simplify notify_trigger
Volker Lendecke
1
-0
/
+4
2013-03-26
smbd: Slightly simplify notify_trigger
Volker Lendecke
1
-6
/
+5
2013-03-26
smbd: Avoid some talloc_realloc in notify_internal
Volker Lendecke
1
-6
/
+16
2013-03-26
dbwrap-ctdb: Avoid a talloc_stackframe()
Volker Lendecke
1
-4
/
+2
2013-03-26
ctdb-conn: remove ctdbd_fetch
Volker Lendecke
2
-84
/
+0
2013-03-26
dbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_record
Volker Lendecke
1
-9
/
+2
2013-03-26
ctdb-conn: Add ctdbd_parse
Volker Lendecke
2
-0
/
+76
2013-03-26
smbd: Avoid sending 0-sized keys to dbwrap
Volker Lendecke
1
-1
/
+8
2013-03-25
dbwrap: Use tdb_null in db_ctdb_delete
Volker Lendecke
1
-4
/
+1
2013-03-24
vfs-btrfs: Fix build on 32 bit platforms by using long long types
Andrew Bartlett
1
-6
/
+10
2013-03-24
Revert "vfs_btrfs: fix compile on 32-bit platforms."
Rusty Russell
1
-5
/
+4
2013-03-23
vfs_btrfs: fix compile on 32-bit platforms.
Rusty Russell
1
-4
/
+5
2013-03-22
smbd: Tune "dir" a bit.
Volker Lendecke
1
-6
/
+19
2013-03-22
Fix bug #9733 - smbcontrol close-share is not working.
Jeremy Allison
1
-0
/
+3
2013-03-21
s3:waf fix build on AIX
Stefan Metzmacher
1
-1
/
+1
2013-03-20
s3:selftest: Add LARGE_READX test into our make test infrastructure.
Jeremy Allison
1
-1
/
+1
[next]