summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-06-051-0/+21
* waf: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-06-051-0/+5
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-06-051-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-06-052-0/+9
* librpc: Fix a "ignoring asprintf return" warningVolker Lendecke2014-06-051-4/+5
* ctdb:server: fix DEBUG message for wrong event script options.Michael Adam2014-06-051-2/+3
* WAF: use libsystemd-daemon only if linking actually succeedsAlexander Bokovoy2014-06-051-1/+2
* Add YouCompleteMe config.Andreas Schneider2014-06-051-0/+317
* s3:vfs_afsacl fix compiler warningsChristian Ambach2014-06-041-2/+1
* vfs_afsacl: remove unused includesChristian Ambach2014-06-041-2/+1
* waf: fixup build with fake kaserver enabledChristian Ambach2014-06-042-0/+4
* waf: add --with-fake-kaserver optionChristian Ambach2014-06-042-1/+14
* s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach2014-06-049-20/+42
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-049-17/+59
* s3-winbind: Use strlcpy to avoid log entry.Andreas Schneider2014-06-041-1/+4
* docs: Update RoadmapAndrew Bartlett2014-06-041-8/+7
* s3-rpc_server: Use C99 types in rpc_pipes.hAndrew Bartlett2014-06-041-4/+4
* s4-messaging: Make header guard less genericAndrew Bartlett2014-06-041-2/+2
* winbind: Fix template homedir to match source3Andrew Bartlett2014-06-043-5/+5
* make winbindd work in "samba4" member server modesAndrew Bartlett2014-06-041-1/+2
* s3-param: Add lp_dnsdomain() for use by winbinddAndrew Bartlett2014-06-042-0/+2
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-042-12/+33
* s3-rpc_server: Give log messages on failureAndrew Bartlett2014-06-041-0/+2
* winbindd: Remove pointless if statementAndrew Bartlett2014-06-041-14/+10
* winbindd: explain that this check protects the AD DC machine account password...Andrew Bartlett2014-06-041-0/+4
* dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett2014-06-041-2/+2
* selftest: Add knownfail entries for wbinfo --user-info tests only on the fail...Andrew Bartlett2014-06-042-2/+7
* selftest: move all winbind test rules to one placeAndrew Bartlett2014-06-044-88/+173
* selftest: enable winbind enum users/groups in s4 environmentsAndrew Bartlett2014-06-041-0/+2
* selftest: Make test_wbinfo.sh work with s3-winbinddAndrew Bartlett2014-06-043-7/+33
* libwbclient-tests: No longer hardcoded password and test domainAndrew Bartlett2014-06-041-20/+23
* selftest: Run samba4.blackbox.wbinfo against plugin_s4_dcAndrew Bartlett2014-06-041-1/+1
* selftest: Set winbind separator = /Andrew Bartlett2014-06-047-18/+19
* selftest: Ensure winbindd is fully operating before running testsAndrew Bartlett2014-06-041-1/+1
* selftest: consitently use the name s4memberAndrew Bartlett2014-06-041-5/+5
* docs: Remove out of date Kerberos and security chapterAndrew Bartlett2014-06-032-2081/+6
* docs: Multiple passdb backend support has been removedAndrew Bartlett2014-06-033-51/+6
* docs: Remove most references to Samba-3 and change to just SambaAndrew Bartlett2014-06-0342-349/+349
* docs: Samba is now GPLv3Andrew Bartlett2014-06-031-1/+2
* docs: Remove references to SWAT (now removed)Andrew Bartlett2014-06-032-642/+0
* messaging3: Fix a talloc_tos memleakVolker Lendecke2014-06-031-0/+1
* s3:messaging: protect use of msg_control with HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-031-0/+4
* build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTSMichael Adam2014-06-022-3/+3
* build: rename HAVE_MSGHDR_MSG_CONTROL to HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-022-6/+6
* vfs:aio_fork: simplify checking of MSG_CONTROL and MSG_ACCTRIGHTSMichael Adam2014-06-021-9/+8
* s3:smb2_server: call smbd_smb2_flush_send_queue() directlyStefan Metzmacher2014-05-311-6/+5
* s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()Stefan Metzmacher2014-05-311-7/+7
* messaging3: Enforce just one messaging contextVolker Lendecke2014-05-311-0/+22
* messaging3: Make messaging_context privateVolker Lendecke2014-05-312-21/+15
* messaging3: Add and use messaging_tevent_context()Volker Lendecke2014-05-314-4/+14