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-01-21
BUG 9574: Fix a possible null pointer dereference in spoolss.
Andreas Schneider
1
-1
/
+2
2013-01-21
Tests: remove redondent testsuites in provision
Matthieu Patou
1
-6
/
+1
2013-01-21
Tests: avoid adding python options that are functions in the env
Matthieu Patou
1
-1
/
+6
2013-01-21
Tests: rewrite ldap_schema to specify attributes
Matthieu Patou
1
-15
/
+24
2013-01-19
Fix warnings with mismatched sizes in arguments to DEBUG statements.
Jeremy Allison
1
-8
/
+8
2013-01-19
Remove some unused variables.
Jeremy Allison
1
-3
/
+0
2013-01-19
heimdal_build: Try again to sort out the strerror_r mess
Andrew Bartlett
5
-10
/
+11
2013-01-19
printing: Free talloc_stackframe() on all exit paths
Andrew Bartlett
1
-0
/
+2
2013-01-18
nsswitch: Fix two bitfield constants being the same.
Ira Cooper
1
-3
/
+1
2013-01-18
Sort winbind request flags. Ira saw we have a duplicate.
Jeremy Allison
1
-9
/
+9
2013-01-18
smbtorture: Satisfy a linker dependency
Volker Lendecke
1
-1
/
+8
2013-01-18
winbind: Handle child requests in a tevent_fd
Volker Lendecke
1
-105
/
+65
2013-01-18
winbind: Introduce "struct child_handler_state"
Volker Lendecke
1
-22
/
+30
2013-01-18
winbind: Use standard tevent_context_init
Volker Lendecke
3
-7
/
+34
2013-01-18
BUG 9378: Add extra attributes for AD printer publishing.
David Disseldorp
1
-1
/
+85
2013-01-18
printing: Remove invalid free from error path.
David Disseldorp
1
-1
/
+0
2013-01-18
Remove locking across the lifetime of the copychunk call.
Jeremy Allison
1
-116
/
+1
2013-01-18
Move copychunk locking to be local to the read/write calls.
Jeremy Allison
1
-0
/
+42
2013-01-18
Add additional copychunk checks.
Jeremy Allison
1
-0
/
+22
2013-01-18
Move handle checking code to copychunk_check_handles().
Jeremy Allison
1
-21
/
+37
2013-01-18
tevent: Fix a comment
Volker Lendecke
1
-1
/
+1
2013-01-17
printing: Create default architecture directories on init.
Andreas Schneider
1
-0
/
+59
2013-01-17
s3-spoolss: use configurable spoolss architecture in compose_spoolss_server_p...
Günther Deschner
1
-1
/
+5
2013-01-17
spoolss: make spoolss deal with ndr64 SetForm by using proper container object.
Günther Deschner
5
-21
/
+32
2013-01-17
spoolss: make spoolss deal with ndr64 AddForm by using proper container object.
Günther Deschner
6
-31
/
+46
2013-01-17
s4-torture: add ndr64 spoolss_SetPrinter ndr test.
Günther Deschner
2
-1
/
+74
2013-01-17
spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.
Günther Deschner
6
-23
/
+21
2013-01-17
dsdb-operational: Avoid doing the ldb_attr_cmp if bypass flag is not set
Matthieu Patou
1
-1
/
+1
2013-01-17
torture: Fix fsmo test to use correct -H samba-tool syntax
Andrew Bartlett
1
-2
/
+2
2013-01-17
dsdb: Do not hold the transaction over the IRPC call to perform a role transfer
Andrew Bartlett
2
-2
/
+26
2013-01-17
selftest: also skip raw.search as it also spins
Andrew Bartlett
1
-0
/
+1
2013-01-17
drs-fsmo: Improve handling of FSMO role takeover.
Andrew Bartlett
3
-5
/
+14
2013-01-17
dsdb-acl: calculate sDRightsEffective based on "nTSecurityDescriptor"
Stefan Metzmacher
1
-3
/
+11
2013-01-17
dsdb-acl: add helper variable 'ldb' in acl_sDRightsEffective
Stefan Metzmacher
1
-1
/
+2
2013-01-17
libcli/security: don't look at the inherited type in get_ace_object_type()
Stefan Metzmacher
1
-2
/
+0
2013-01-17
dsdb-acl: fix the order of special and system checks
Stefan Metzmacher
1
-22
/
+61
2013-01-17
dsdb-acl: Do not apply ACL on special DNs to hide attributes that the user sh...
Matthieu Patou
1
-0
/
+4
2013-01-17
dsdb-acl: talloc_free the private context when we pass to the next module
Stefan Metzmacher
1
-0
/
+1
2013-01-17
dsdb-acl: don't call dsdb_user_password_support() if we don't use the result
Stefan Metzmacher
1
-2
/
+8
2013-01-17
smb2_ioctl: copychunk request max output validation
David Disseldorp
1
-0
/
+12
2013-01-16
smb2_ioctl: track copychunk response output state
David Disseldorp
1
-16
/
+38
2013-01-16
smb2_ioctl: copychunk CHECK_READ and CHECK_WRITE
David Disseldorp
1
-0
/
+25
2013-01-16
torture: copychunk test suite improvements
David Disseldorp
1
-8
/
+719
2013-01-16
smb2_ioctl: only pass through to VFS on a valid fsp
David Disseldorp
1
-13
/
+17
2013-01-16
torture: replace ioctl failure returns with helper calls
David Disseldorp
1
-33
/
+25
2013-01-16
torture: add locking tests for copychunk
David Disseldorp
1
-0
/
+228
2013-01-16
smb2_ioctl: perform locking around copychunk requests
David Disseldorp
1
-17
/
+137
2013-01-16
smbd: split out file_fsp_get from file_fsp_smb2
David Disseldorp
2
-10
/
+27
2013-01-16
torture: skip FSCTL_SRV_ENUM_SNAPS test when not supported
David Disseldorp
2
-1
/
+6
2013-01-16
selftest: enable samba3.smb2.ioctl tests against s3fs
David Disseldorp
1
-7
/
+2
[prev]
[next]