summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-02doc: patched bind9 is no longer neededAndrew Tridgell1-0/+6
2010-09-02pynet: fixed ref count error on Py_NoneAndrew Tridgell1-1/+1
2010-09-02pidl-python: cope with NULL pointers in more placesAndrew Tridgell3-7/+31
2010-09-02pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell1-1/+7
2010-09-02s4-net: use CommandError() in net rodcAndrew Tridgell1-4/+4
2010-09-02s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett1-1/+1
2010-09-02s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett1-1/+3
2010-09-02s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2-3/+13
2010-09-02s4:provision Allow OpenLDAP backend to provision againAndrew Bartlett1-0/+2
2010-09-02s4:provision Improved error handling in provisionbackendZahari Zahariev1-2/+3
2010-09-01s4-test-dssync: Print the reason for skipping FetchNT4Data testKamen Mazdrashki1-3/+6
2010-09-01s3: Print the IP of the server that stopped respondingVolker Lendecke1-1/+5
2010-09-01s4/ldb: fix standalone buildBjörn Jacke1-2/+6
2010-09-01s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner1-8/+0
2010-09-01s3-auth: fix uninitialized error code in get_guest_info3().Günther Deschner1-2/+1
2010-08-31winreg: add winreg_RestoreKeyFlags to IDL.Günther Deschner1-1/+9
2010-08-31s3-auth: remove global include of krb5pac.h.Günther Deschner4-3/+3
2010-08-31s3-printing: add debug to get_correct_cversion().Günther Deschner1-0/+1
2010-08-31s3-libads: avoid crashing in ads_keytab_list().Günther Deschner1-0/+1
2010-08-31s3-auth: remove unused variable in check_sam_security().Günther Deschner1-1/+1
2010-08-31s3-kerberos: use more krb5 compat macros in get_mem_keytab_from_secrets().Günther Deschner1-16/+22
2010-08-31s3-kerberos: use smb_get_enctype_from_kt_entry() inGünther Deschner1-1/+1
2010-08-31s3-kerberos: use get_kerberos_allowed_etypes in fill_keytab_from_password().Günther Deschner1-1/+1
2010-08-31s3-kerberos: use krb5 compat macros in fill_keytab_from_password().Günther Deschner1-6/+1
2010-08-31s3-kerberos: fix flush_keytab() compile with heimdal.Günther Deschner1-1/+1
2010-08-31Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday"Björn Jacke1-1/+0
2010-08-31s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke7-22/+15
2010-08-31s3: messaging_ctdbd_init potentially modifies my_vnnVolker Lendecke1-0/+1
2010-08-31s3: Make ctdbd_init_connection staticVolker Lendecke2-4/+2
2010-08-31s3: use fine grained time in netprot responseBjörn Jacke1-3/+4
2010-08-31s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke1-0/+1
2010-08-31s3: use monotonic clock for time deltas in smbgetBjörn Jacke1-2/+5
2010-08-31tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke1-1/+1
2010-08-31replace/waf: add rt to deps at this placeBjörn Jacke1-1/+1
2010-08-31s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke1-1/+1
2010-08-31packaging: build fixesVolker Lendecke1-9/+9
2010-08-31s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke1-15/+15
2010-08-31s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke1-4/+4
2010-08-31s3: use monotonic time in timeout of sys_select_intr()Björn Jacke1-10/+11
2010-08-31lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke2-0/+14
2010-08-31s3: use monotonic clock for time deltas in namequery functionsBjörn Jacke1-12/+12
2010-08-31s3: use monotonic clock for time deltas in smbtarBjörn Jacke1-7/+7
2010-08-31s3: use monotonic clock for time deltas in smbclientBjörn Jacke1-15/+13
2010-08-31s3: add TspecDiff macroBjörn Jacke1-0/+9
2010-08-31s4:process_thread: use monotonic time for time deltasBjörn Jacke1-9/+10
2010-08-31lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke2-0/+15
2010-08-31libreplace: make a define for a best effort monotonic clockBjörn Jacke1-0/+7
2010-08-31s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2-20/+0
2010-08-31s3: use clock_gettime() in timespec_current()Björn Jacke1-4/+1
2010-08-31libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke4-0/+32