summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: Add glusterfs manpage.Günther Deschner2015-01-072-0/+152
* passdb: Cache output from pdb_[ug]id_to_sidVolker Lendecke2015-01-071-0/+14
* selftest: fix dns_host_file in samba3 targetGarming Sam2015-01-071-1/+1
* fixup: check for NULL pointersRalph Boehme2015-01-071-2/+2
* s4:rpc_server/lsa: remove msDS-TrustForestTrustInfo if FOREST_TRANSITIVE is c...Stefan Metzmacher2015-01-061-1/+24
* s4:rpc_server/lsa: allow LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE to be changed.Stefan Metzmacher2015-01-061-5/+15
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-061-0/+8
* smbd: Properly handle EINTR in vfs_aio_forkVolker Lendecke2015-01-061-3/+12
* smbd: Use msghdr.[ch] in vfs_aio_forkVolker Lendecke2015-01-061-42/+20
* lib: Use msghdr_prep_recv_fds in unix_msgVolker Lendecke2015-01-061-7/+4
* lib: Add msghdr_prep_recv_fdsVolker Lendecke2015-01-062-0/+22
* lib: Use msghdr_extract_fds in unix_msgVolker Lendecke2015-01-061-56/+19
* lib: Add msghdr_extract_fdsVolker Lendecke2015-01-062-0/+30
* smbd: Use msghdr_prep_fds in vfs_aio_forkVolker Lendecke2015-01-061-30/+9
* lib: Use msghdr in unix_msgVolker Lendecke2015-01-062-121/+60
* lib: Add msghdr.[ch]Volker Lendecke2015-01-063-0/+170
* lib: unix_dgram_msg does not need "num_fds"Volker Lendecke2015-01-061-2/+0
* torture3: Fix a typoVolker Lendecke2015-01-061-1/+1
* s3:winbindd: improve logic to use CLDAP for a given domain.Stefan Metzmacher2015-01-051-1/+9
* s3:winbindd: mark our primary as active_directory if possibleStefan Metzmacher2015-01-051-0/+9
* libcli/netlogon: We need to handle a bug in FreeIPA (at least <= 4.1.2).Stefan Metzmacher2015-01-051-3/+12
* s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher2015-01-051-7/+8
* Happy New Year 2015!Stefan Metzmacher2015-01-012-2/+2
* torture: NULL out after talloc_freeGarming Sam2014-12-301-0/+1
* lib: Fix a commentVolker Lendecke2014-12-301-3/+1
* lib: Use iov_advance in write_data_iovVolker Lendecke2014-12-301-16/+6
* lib: Use iov_advance in writev_handlerVolker Lendecke2014-12-302-26/+10
* lib: Add iov_advanceVolker Lendecke2014-12-302-0/+35
* lib: iov_buf does not need talloc.h anymoreVolker Lendecke2014-12-301-1/+0
* lib: Use talloc_memdup in messaging_rec_dupVolker Lendecke2014-12-281-2/+1
* lib: Simplify check_log_sizeVolker Lendecke2014-12-281-5/+3
* lib: Use talloc_zero_array instead of memsetVolker Lendecke2014-12-271-3/+1
* Fix a comment to indicate that TALLOC_FREE must be used to free an allocated ...Richard Sharpe2014-12-261-1/+1
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2014-12-231-0/+10
* dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptableGarming Sam2014-12-222-15/+399
* dns.py: Always remove the test zone in tearDown()Andrew Bartlett2014-12-221-0/+8
* dsdb: Ignore errors from search in dns_notify moduleAndrew Bartlett2014-12-221-14/+12
* dsdb: Use a fixed set of attributes in search in dns_notify moduleAndrew Bartlett2014-12-221-2/+4
* dsdb: Use ldb_attr_cmp() for comparing objectclass namesAndrew Bartlett2014-12-221-3/+3
* dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero2014-12-221-0/+78
* s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero2014-12-225-39/+565
* selftest: Run samba.tests.dns in :local environment so it can access credentialsAndrew Bartlett2014-12-221-1/+1
* lib/ldb-samba: Add comment dicouraging use of schemaUpgradeInProgressAndrew Bartlett2014-12-221-0/+10
* dsdb: Only parse SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EVAL as a DNAndrew Bartlett2014-12-221-1/+3
* s4:dsdb: Fix not freed temp memory contextSamuel Cabrero2014-12-221-0/+1
* ldb-samba-tests: Add tests for transitive matching ruleSamuel Cabrero2014-12-222-0/+474
* ldb-samba: Implement transitive extended matchingSamuel Cabrero2014-12-224-1/+373
* dsdb: Define syntax access point oid string as a macroSamuel Cabrero2014-12-222-1/+2
* ldb: bump to version 1.1.19Andrew Bartlett2014-12-223-1/+266
* ldb: Allow to register extended match rulesSamuel Cabrero2014-12-224-36/+165