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
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
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
1
-0
/
+9
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
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
1
-1
/
+2
2013-03-28
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
1
-15
/
+15
2013-03-28
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
1
-10
/
+26
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-27
auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...
Andrew Bartlett
1
-1
/
+1
2013-03-27
dbwrap: Add a comment explaining a restriction
Volker Lendecke
1
-0
/
+11
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
tdb: Fix blank line endings
Volker Lendecke
5
-46
/
+45
2013-03-26
tdb: Little format change
Volker Lendecke
1
-1
/
+1
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-25
scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...
Andrew Bartlett
2
-23
/
+8
2013-03-25
samba-tool ldapcmp: Remove the GUID -> name mappings
Andrew Bartlett
2
-48
/
+7
2013-03-25
selftest: Add tests for samba-tool dbcheck --reset-well-known-acls
Andrew Bartlett
4
-3
/
+78
2013-03-25
scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing refe...
Andrew Bartlett
1
-2
/
+2
2013-03-25
samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...
Andrew Bartlett
1
-0
/
+41
2013-03-25
samba-tool dbcheck: Add --reset-well-known-acls
Andrew Bartlett
2
-4
/
+71
2013-03-25
scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptor
Andrew Bartlett
4
-157
/
+158
2013-03-25
scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls only
Andrew Bartlett
2
-50
/
+59
2013-03-25
scripting: Move samba.provision.descriptor to samba.descriptor
Andrew Bartlett
4
-3
/
+3
2013-03-25
scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...
Andrew Bartlett
2
-35
/
+35
2013-03-25
scripting: Fix documentation comment on upgradehelpers.py:get_clean_sd
Andrew Bartlett
1
-8
/
+3
2013-03-25
scripting: Move the list of well known SDs to samba.provision.descriptor
Andrew Bartlett
2
-71
/
+60
2013-03-25
build: Do not pass CPP="" to pidl, skip the env variable entirely
Andrew Bartlett
1
-1
/
+1
2013-03-25
build: Remove the forced use of only the first part of the compiler string
Andrew Bartlett
1
-2
/
+2
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
ntdb: don't call open hook when re-opening an existing database.
Rusty Russell
2
-13
/
+22
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-22
Fix tevent testsuite issue on Solaris.
Jeremy Allison
1
-1
/
+6
2013-03-22
Solaris/Illumos/Nexenta creates pipes that are bi-directional by default.
Jeremy Allison
1
-10
/
+16
2013-03-22
BUG 9735: Fix winbind seperator in upn to username conversion.
Andreas Schneider
1
-1
/
+1
[next]