summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-0613-3/+71
* s4-libregistry: Improve NULL handling of name.Andreas Schneider2013-03-051-3/+4
* dsdb: Check for pointers before we deference them.Andreas Schneider2013-03-051-7/+7
* gensec: recv_handler can't be NULL at that point.Andreas Schneider2013-03-051-1/+1
* s4-libregistry: Fix path check and improve while loops.Andreas Schneider2013-03-051-6/+6
* s4-libregistry: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* s4-client: Make sure entry is a valid string.Andreas Schneider2013-03-051-2/+8
* winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider2013-03-051-1/+1
* krb5_wrap: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-054-0/+19
* lib: Add prctl_set_comment to utils.Andreas Schneider2013-03-054-2/+71
* waf: Correctly check for prctl in just one place.Andreas Schneider2013-03-052-10/+15
* winbind: Fix samba3.winbind.struct test.Andreas Schneider2013-03-051-1/+1
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-057-20/+52
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-056-61/+142
* Fix the build: net_serverid.c has 3 wrong format strings for 64bit varsGuenter Kukkukk2013-03-051-5/+7
* s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner2013-03-051-1/+1
* s3:libnet increase timeout for machine password changeChristian Ambach2013-03-051-0/+9
* tdb: Slightly simplify tdb_expand_fileVolker Lendecke2013-03-051-2/+4
* tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()Andrew Bartlett2013-03-041-0/+26
* s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...Andrew Bartlett2013-03-041-1/+1
* selftest: Remove output directories to save disk spaceAndrew Bartlett2013-03-042-7/+23
* samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett2013-03-041-22/+8
* samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett2013-03-041-5/+3
* samba_upgradeprovision: only run rebuild_sd in --full modeAndrew Bartlett2013-03-041-20/+17
* samba_upgradeprovision: Remove alwaysRecalculate, this is too dangerousAndrew Bartlett2013-03-041-4/+1
* samba_upgradeprovision: Remove unused checkKeepAttributeOldMtdAndrew Bartlett2013-03-041-73/+6
* samba_upgradeprovision: Remove inherited ACEs before comparing the SDsAndrew Bartlett2013-03-042-17/+65
* scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sdsAndrew Bartlett2013-03-043-20/+35
* samba_upgradeprovision: Remove auto-detection of pre-alpha9 databasesAndrew Bartlett2013-03-043-11/+11
* selftest: Rename samba4.blackbox.upgradeprovision.py to samba4.blackbox.upgra...Andrew Bartlett2013-03-041-1/+1
* selftest: Run dbcheck and improved upgrdeprovision tests against release-4-0-0Andrew Bartlett2013-03-044-189/+229
* selftest: Add ldapcmp to ensure upgradeprovision of a fresh DB is a no-opAndrew Bartlett2013-03-042-1/+35
* selftest: Add in a provision from 4.0.0 to run tests againstAndrew Bartlett2013-03-0421-0/+80210
* selftest: Do an ldapcmp run against the upgraded domainAndrew Bartlett2013-03-041-0/+31
* samba-tool ldapcmp: Add support for checking DNSDOMAIN and DNSFOREST by defaultAndrew Bartlett2013-03-041-4/+4
* samba-tool dbcheck: fix msDS-HasInstantiatedNCs attributes to match instanceT...Andrew Bartlett2013-03-041-1/+35
* scripting: Correct parsing of binary DNAndrew Bartlett2013-03-041-1/+1
* subunit: Add a sh macro for skipping a testAndrew Bartlett2013-03-041-0/+10
* Handle EMSGSIZE on UNIX domain sockets.Landon Fuller2013-03-021-9/+26
* samba-tool ldapcmp: Add --skip-missing-dn to not error on DNs present in one ...Andrew Bartlett2013-03-021-5/+10
* samba-tool domain classicupgrade: Fix typo in error path for multiple account...Andrew Bartlett2013-03-021-1/+1
* samba-tool domain classicupgrade: Print a better error when the ldap backend ...Andrew Bartlett2013-03-021-1/+4
* samba-tool dbcheck: fix comment on err_wrong_sdAndrew Bartlett2013-03-021-2/+1
* Remove incomplete check for IPv6 link-local addresses.Landon Fuller2013-03-021-3/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-02120-8/+8
* build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett2013-03-022-4/+4
* build: Rename samba_python waf node to avoid duplicate nameAndrew Bartlett2013-03-021-1/+1
* tevent: change version to 0.9.18tevent-0.9.18Stefan Metzmacher2013-03-022-1/+84
* tevent: optimize adding new zero timer eventsStefan Metzmacher2013-03-016-31/+113