summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-28build: Do not force a specific perl from ${PERL} when running pod2manAndrew Bartlett1-1/+1
2013-02-28Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras1-1/+2
2013-02-27Make sure that domain joins work correctly when the DC disallows NTLM auth.Richard Sharpe2-4/+13
2013-02-27s4:winbindd: do not drop the workgroup name in the getgrgid callMichael Adam1-1/+11
2013-02-27s4:winbindd: do not drop the workgroup name in the getgrnam and getgrent calls.Michael Adam1-1/+11
2013-02-23Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe1-3/+3
2013-02-22Make systemctl reference indirect in packaging/NetworkManager/30-winbind-systemdAlexander Bokovoy1-4/+4
2013-02-22s3-rpc_server: Make sure that fd is really closed on error.Andreas Schneider1-0/+6
2013-02-22lib-util: Don't leak file descriptor on error.Andreas Schneider1-0/+1
2013-02-22s3-vfs: Don't leak file descriptor on error.Andreas Schneider1-1/+3
2013-02-22s4-lib: Don't leak plugin handle on error.Andreas Schneider1-0/+1
2013-02-22s3-libsmb: Don't leak memory on error.Andreas Schneider1-0/+1
2013-02-22ndrdump: Don't leak plugin handle on error.Andreas Schneider1-0/+1
2013-02-22smbpasswd: Don't leak memory.Andreas Schneider1-0/+1
2013-02-22smbget: Fix file descriptor leak.Andreas Schneider1-0/+3
2013-02-22s4-policy: Fix memory leaks in push_recursive().Andreas Schneider1-14/+26
2013-02-22s4-cifsdd: Don't leak memory.Andreas Schneider1-0/+6
2013-02-22s4-registry: Don't leak file descriptor.Andreas Schneider1-2/+1
2013-02-22s4-registry: Don't leak memory on error.Andreas Schneider1-0/+7
2013-02-22winbind: Don't leak centry memory.Andreas Schneider1-0/+1
2013-02-22s4-client: Don't leak memory.Andreas Schneider1-0/+2
2013-02-22s3-torture: Don't leak memory.Andreas Schneider1-0/+3
2013-02-22wbinfo: Fix several memory leaks.Andreas Schneider1-0/+8
2013-02-22winbind: Don't leak memory on return.Andreas Schneider1-0/+3
2013-02-22s3-smbd: Don't leak subcntarr array.Andreas Schneider1-1/+1
2013-02-22torture: Don't leak file resource handle in spoolss test.Andreas Schneider1-0/+1
2013-02-22s3-vfs: Don't leak file descriptor.Andreas Schneider1-2/+1
2013-02-22s3-param: Don't leak file descriptor.Andreas Schneider1-0/+1
2013-02-22s3-lsasd: Don't leak file descriptors.Andreas Schneider1-11/+18
2013-02-22s3-spoolss: Don't leak memory.Andreas Schneider1-1/+3
2013-02-22s3-net: Don't leak username.Andreas Schneider1-1/+2
2013-02-22s4-client: Don't leak file descriptor.Andreas Schneider1-0/+7
2013-02-22s4-client: Don't leak resource handle.Andreas Schneider1-0/+2
2013-02-22torture: Make sure we don't overrun the buffer.Andreas Schneider1-1/+1
2013-02-22torture: Fix memcmp of short buffer.Andreas Schneider1-2/+2
2013-02-22torture: Fix array access in spoolss test.Andreas Schneider1-2/+2
2013-02-22pdb: Fix array overrun by one.Andreas Schneider1-3/+4
2013-02-22s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider3-0/+15
2013-02-22pyauth: Check return value of lpcfg_from_py_object().Andreas Schneider1-0/+4
2013-02-22ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider1-0/+12
2013-02-22s4-libcli: Check return code of smbcli_request_setup().Andreas Schneider1-0/+3
2013-02-22librpc: Add NULL check for ndr functions for epm bindings.Andreas Schneider1-1/+6
2013-02-22s3-tldap: Make sure we don't deref a null pointer.Andreas Schneider1-0/+3
2013-02-22s4-libcli: Add null check for ndr functions in rap.Andreas Schneider1-0/+8
2013-02-22nmbd: Fix request data data processing.Andreas Schneider1-2/+2
2013-02-22torture: Fix samsync domain_name checks.Andreas Schneider1-4/+45
2013-02-22libsmb: Fix possible null pointer dereference.Andreas Schneider1-2/+2
2013-02-22ndr: Comparing an array to null is always true.Andreas Schneider1-1/+1
2013-02-22winbind: Correctly cast name to messaging_send_buf().Andreas Schneider1-3/+3
2013-02-22winbind: Use uint8_t type and use const where needed.Andreas Schneider1-7/+7