summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider9-3/+58
2013-03-05winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider1-1/+1
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider4-0/+19
2013-03-05lib: Add prctl_set_comment to utils.Andreas Schneider1-1/+1
2013-03-05waf: Correctly check for prctl in just one place.Andreas Schneider1-9/+1
2013-03-05winbind: Fix samba3.winbind.struct test.Andreas Schneider1-1/+1
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider7-20/+52
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider6-61/+142
2013-03-05Fix the build: net_serverid.c has 3 wrong format strings for 64bit varsGuenter Kukkukk1-5/+7
2013-03-05s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner1-1/+1
2013-03-05s3:libnet increase timeout for machine password changeChristian Ambach1-0/+9
2013-03-01s3:lib/events: make use of tevent_common_loop_timer_delay()Stefan Metzmacher1-30/+6
2013-02-28s3:pylibsmb: make sure we get tevent debug messagesStefan Metzmacher1-1/+8
2013-02-28s3:lib/events: make use of samba_tevent_set_debug()Stefan Metzmacher1-36/+1
2013-02-28s3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WAIT handlingStefan Metzmacher1-0/+6
2013-02-28s3:smbd: fix missing space in debug message in initial_break_processing()Michael Adam1-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-22s3-rpc_server: Make sure that fd is really closed on error.Andreas Schneider1-0/+6
2013-02-22s3-vfs: Don't leak file descriptor on error.Andreas Schneider1-1/+3
2013-02-22s3-libsmb: Don't leak memory 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-22winbind: Don't leak centry memory.Andreas Schneider1-0/+1
2013-02-22s3-torture: Don't leak memory.Andreas Schneider1-0/+3
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-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-22pdb: Fix array overrun by one.Andreas Schneider1-3/+4
2013-02-22s3-tldap: Make sure we don't deref a null pointer.Andreas Schneider1-0/+3
2013-02-22nmbd: Fix request data data processing.Andreas Schneider1-2/+2
2013-02-22libsmb: Fix possible null pointer dereference.Andreas Schneider1-2/+2
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
2013-02-22messages: Use uint8_t type.Andreas Schneider1-2/+2
2013-02-22winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider1-1/+1
2013-02-22build/autoconf: put ld check variable in quotesBjörn Jacke1-1/+1
2013-02-21build:autoconf: fix output of syslog-facility checkBjörn Jacke1-1/+4
2013-02-20s3:rpc_client fix a crashChristian Ambach1-1/+1
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell3-6/+6
2013-02-20param: 'use ntdb' flag (off by default).Rusty Russell2-0/+2
2013-02-20source3: explicitly disable NTDB support.Rusty Russell1-0/+1
2013-02-20s3:selftest: generate ${SELFTESTPREFIX}/subunit with the raw outputStefan Metzmacher1-1/+1
2013-02-19s3:torture: call fault_setup() to get usage backtracesStefan Metzmacher1-0/+1
2013-02-19s3:include: avoid TEVENT_COMPAT_DEFINESStefan Metzmacher1-1/+0
2013-02-19s3:lib: s/event_add_timed/tevent_add_timerStefan Metzmacher1-1/+1