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-04-02
Fix some of the issues that Jelmer identified in my first patch. This might be
Richard Sharpe
1
-16
/
+12
2012-04-01
Add an open and close method to samba.smb.SMB so we can open and close files.
Richard Sharpe
1
-10
/
+86
2012-03-31
s3-aio-fork: Fix a segfault in vfs_aio_fork
Volker Lendecke
1
-7
/
+9
2012-03-31
s3-aio-fork: Fix aio_suspend event hierarchy
Volker Lendecke
1
-10
/
+8
2012-03-31
s3-aio-fork: Fix an alignment warning on OS/X
Volker Lendecke
1
-2
/
+2
2012-03-31
Make sure we claim that a DACL or SACL is present if the SD says so
Richard Sharpe
1
-2
/
+2
2012-03-31
Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...
Jeremy Allison
1
-3
/
+10
2012-03-30
Fix bug #8831 - Inconsistent (with manpage) command-line switch for "help" in...
Jeremy Allison
1
-1
/
+1
2012-03-30
Who would have guessed - checking returns from strlcat found a memory overwri...
Jeremy Allison
1
-1
/
+1
2012-03-30
More strlcat/strlcpy truncate checks.
Jeremy Allison
8
-26
/
+94
2012-03-30
s4 dns: Allow updating PTR records.
Kai Blin
1
-0
/
+4
2012-03-30
s3: Avoid a crash with debug level 10
Volker Lendecke
1
-1
/
+2
2012-03-30
ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function
Matthieu Patou
8
-23
/
+28
2012-03-29
Start to add truncate checks on all uses of strlcpy(). Reading lwn
Jeremy Allison
4
-25
/
+38
2012-03-29
Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,
Jeremy Allison
1
-1
/
+4
2012-03-29
s3: Fix a valgrind error
Volker Lendecke
1
-1
/
+8
2012-03-29
lib/tdb: Update ABI
Amitay Isaacs
2
-1
/
+67
2012-03-29
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
1
-2
/
+16
2012-03-29
cast: make sure suncc sees a constant.
Rusty Russell
2
-8
/
+22
2012-03-29
cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.
Rusty Russell
1
-3
/
+9
2012-03-29
tdb2: fix prototype in tdb1 code.
Rusty Russell
1
-5
/
+5
2012-03-28
s4-upgradedns: Make sure the attribute exists before accessing it
Amitay Isaacs
1
-4
/
+8
2012-03-28
Add DEBUG statements to show when access has been denied and why.
Richard Sharpe
1
-0
/
+2
2012-03-27
s4 dns: Only do recursive queries when allowed/desired
Kai Blin
2
-8
/
+27
2012-03-27
s4 dns: Check smb.conf if we should allow recursion
Kai Blin
2
-2
/
+24
2012-03-27
s4 dns: Allow changing the dns operation flags in handlers
Kai Blin
4
-5
/
+23
2012-03-27
s4 dns: Only forward for zones we don't own
Kai Blin
3
-2
/
+33
2012-03-27
s4 dns: Forward questions we can't answer to another server
Kai Blin
2
-7
/
+80
2012-03-27
s4 dns: Add a simple dns lookup helper
Kai Blin
3
-0
/
+168
2012-03-27
s4 dns: Add a simple async client library
Kai Blin
4
-0
/
+231
2012-03-27
selftest.py: Add get_interface.
Jelmer Vernooij
2
-4
/
+45
2012-03-26
ndr: Update ABI.
Jelmer Vernooij
1
-0
/
+245
2012-03-26
wafsamba: Cope with slight differences in gdb output regarding incomplete seq...
Jelmer Vernooij
5
-246
/
+59
2012-03-26
Add ABI file for libndr.
Jelmer Vernooij
2
-2
/
+249
2012-03-26
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
12
-32
/
+49
2012-03-26
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-03-26
s3: Rename a variable in inotify_watch for clarity
Volker Lendecke
1
-5
/
+5
2012-03-26
s3: Pass "filter" instead of "notify_entry" to inotify_map
Volker Lendecke
1
-4
/
+4
2012-03-26
s3-docs: Prepend '/' to filename argument (Bug #8826)
SATOH Fumiyasu
1
-1
/
+1
2012-03-26
s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()
Andrew Bartlett
2
-2
/
+4
2012-03-26
Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...
Richard Sharpe
1
-8
/
+23
2012-03-26
s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...
Matthias Dieter Wallnöfer
1
-11
/
+4
2012-03-26
LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD mode
Matthias Dieter Wallnöfer
4
-2
/
+20
2012-03-26
LDB/s4 - do not use the "(dn=...)" syntax on filters anymore
Matthias Dieter Wallnöfer
9
-31
/
+32
2012-03-26
s4:ldap.py - test the already mentioned structural object class sorting behav...
Matthias Dieter Wallnöfer
1
-0
/
+15
2012-03-26
s4:dsdb - enhance "get_last_structural_class()" for optimisations
Matthias Dieter Wallnöfer
3
-10
/
+29
2012-03-26
s4:objectclass LDB module - fix up the sorting in respect to structural or 88...
Matthias Dieter Wallnöfer
1
-4
/
+18
2012-03-26
s4:objectclass LDB module - clean up "objectclass_sort()"
Matthias Dieter Wallnöfer
1
-24
/
+13
2012-03-26
s3-make: Fix build with new smb2_session file.
Jelmer Vernooij
1
-0
/
+1
2012-03-25
LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
Jelmer Vernooij
1
-1
/
+1
[prev]
[next]