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-01-29
s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...
Michael Adam
1
-9
/
+43
2013-01-29
s3:winbindd: check the correct variable for talloc success in rpc_query_user()
Michael Adam
1
-1
/
+1
2013-01-29
s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTH
Michael Adam
1
-2
/
+13
2013-01-29
s3:winbindd: create group structs for gids that are coming from a user sid id...
Michael Adam
1
-0
/
+49
2013-01-29
s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()
Michael Adam
2
-17
/
+47
2013-01-29
s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent
Michael Adam
1
-1
/
+1
2013-01-29
s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...
Michael Adam
1
-3
/
+3
2013-01-29
s3:utils/net remove aclmapset command
Christian Ambach
1
-73
/
+0
2013-01-29
s3:net_idmap_dump support dumping autorid backend
Christian Ambach
1
-8
/
+106
2013-01-29
s3:net_idmap_dump add missing braces
Christian Ambach
1
-1
/
+2
2013-01-29
s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameter
Christian Ambach
1
-6
/
+2
2013-01-29
s3:net_idmap_dump deal with idmap config * : backend config style
Christian Ambach
1
-6
/
+13
2013-01-28
Regression test for bug #9571 - Unlink after open causes smbd to panic
Jeremy Allison
1
-0
/
+44
2013-01-28
Fix bug #9571 - Unlink after open causes smbd to panic.
Pavel Shilovsky
1
-3
/
+3
2013-01-28
Fix bug #9588 - ACLs are not inherited to directories for DFS shares.
Jeremy Allison
1
-0
/
+13
2013-01-28
smbcontrol: Fix undefined serverid_traverse_read warning
Volker Lendecke
1
-0
/
+1
2013-01-28
smbcontrol: Fix the build with libunwind
Volker Lendecke
1
-1
/
+1
2013-01-25
Regression test for bug #9587 - archive flag is always set on directories.
Jeremy Allison
1
-0
/
+186
2013-01-25
Fix bug #9587 - archive flag is always set on directories.
Jeremy Allison
1
-1
/
+2
2013-01-25
Avoid a very small memleak on talloc_tos()
Volker Lendecke
1
-4
/
+1
2013-01-24
Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.
Jeremy Allison
1
-2
/
+30
2013-01-24
Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...
Jeremy Allison
1
-10
/
+1
2013-01-24
s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.
Günther Deschner
1
-0
/
+103
2013-01-24
s3-rpcclient: decode OsVersion{Ex} binary blobs when displaying printerdata.
Günther Deschner
1
-0
/
+21
2013-01-24
s3-spoolss: Make it easier to manipulate the returned OSVersion at runtime.
Günther Deschner
1
-3
/
+11
2013-01-24
spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...
Günther Deschner
2
-10
/
+17
2013-01-24
Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...
Jeremy Allison
1
-1
/
+1
2013-01-23
smbd: Fix a NULL vs false return error
Volker Lendecke
1
-1
/
+1
2013-01-23
waf: Fix pdb_ldap which cannot be built as a module.
Andreas Schneider
1
-2
/
+4
2013-01-22
s3-winbind: fix the build of idmap_ldap.
Günther Deschner
1
-1
/
+2
2013-01-21
BUG 9474: Downgrade v4 printer driver requests to v3.
Günther Deschner
1
-1
/
+8
2013-01-21
BUG 9574: Fix a possible null pointer dereference in spoolss.
Andreas Schneider
1
-1
/
+2
2013-01-19
Fix warnings with mismatched sizes in arguments to DEBUG statements.
Jeremy Allison
1
-8
/
+8
2013-01-19
printing: Free talloc_stackframe() on all exit paths
Andrew Bartlett
1
-0
/
+2
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-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
2
-5
/
+14
2013-01-17
spoolss: make spoolss deal with ndr64 AddForm by using proper container object.
Günther Deschner
3
-12
/
+20
2013-01-17
spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.
Günther Deschner
3
-6
/
+4
2013-01-17
smb2_ioctl: copychunk request max output validation
David Disseldorp
1
-0
/
+12
[prev]
[next]