summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pynet: fixed ref count error on Py_NoneAndrew Tridgell2010-09-021-1/+1
| | | | | | ensure we don't run out of None ... Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* pidl-python: cope with NULL pointers in more placesAndrew Tridgell2010-09-023-7/+31
| | | | NULL is converted to Py_None
* pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell2010-09-021-1/+7
|
* s4-net: use CommandError() in net rodcAndrew Tridgell2010-09-021-4/+4
| | | | | | this integrates better with the net command Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett2010-09-021-1/+1
| | | | | | | The problem here is that these attributes are not mapped in the simple_ldap_map, and they were changed a while back. Andrew Bartlett
* s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett2010-09-021-1/+3
| | | | | | | | This helps us ensure that the backend knows about and respects the dereference control if our caller has asked that the extended DN control be considered critical. Andrew Bartlett
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-022-3/+13
| | | | | | | The schema should be considered read-only when we are using the OL backend, as we can't update the backend schema in real time anyway. Andrew Bartlett
* s4:provision Allow OpenLDAP backend to provision againAndrew Bartlett2010-09-021-0/+2
| | | | | | OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett
* s4:provision Improved error handling in provisionbackendZahari Zahariev2010-09-021-2/+3
| | | | | | | When using OpenLDAP as a backend with Samba4 we get failure during provision and this patch will help better determining the real error. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-test-dssync: Print the reason for skipping FetchNT4Data testKamen Mazdrashki2010-09-011-3/+6
|
* s3: Print the IP of the server that stopped respondingVolker Lendecke2010-09-011-1/+5
|
* s4/ldb: fix standalone buildBjörn Jacke2010-09-011-2/+6
|
* s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner2010-09-011-8/+0
| | | | Guenther
* s3-auth: fix uninitialized error code in get_guest_info3().Günther Deschner2010-09-011-2/+1
| | | | Guenther
* winreg: add winreg_RestoreKeyFlags to IDL.Günther Deschner2010-08-311-1/+9
| | | | Guenther
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-314-3/+3
| | | | Guenther
* s3-printing: add debug to get_correct_cversion().Günther Deschner2010-08-311-0/+1
| | | | Guenther
* s3-libads: avoid crashing in ads_keytab_list().Günther Deschner2010-08-311-0/+1
| | | | | | | Heimdal's krb5_kt_start_seq_get() will leave a non 0 fd in the krb5_kt_cursor struct when it cannot find a given keytab. Guenther
* s3-auth: remove unused variable in check_sam_security().Günther Deschner2010-08-311-1/+1
| | | | Guenther
* s3-kerberos: use more krb5 compat macros in get_mem_keytab_from_secrets().Günther Deschner2010-08-311-16/+22
| | | | Guenther
* s3-kerberos: use smb_get_enctype_from_kt_entry() inGünther Deschner2010-08-311-1/+1
| | | | | | get_mem_keytab_from_secrets(). Guenther
* s3-kerberos: use get_kerberos_allowed_etypes in fill_keytab_from_password().Günther Deschner2010-08-311-1/+1
| | | | Guenther
* s3-kerberos: use krb5 compat macros in fill_keytab_from_password().Günther Deschner2010-08-311-6/+1
| | | | Guenther
* s3-kerberos: fix flush_keytab() compile with heimdal.Günther Deschner2010-08-311-1/+1
| | | | | | krb5_kt_cursor is not a pointer in heimdal but a struct. Guenther
* Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday"Björn Jacke2010-08-311-1/+0
| | | | | This reverts commit 659829851703797b47d398d3c71ad971b2c5dab7 which later on needs some tweeks to not break some builds
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-317-22/+15
| | | | Eventually we'll get this right...
* s3: messaging_ctdbd_init potentially modifies my_vnnVolker Lendecke2010-08-311-0/+1
| | | | | | | | If we call messaging_ctdbd_connection() we end up with the wrong vnn in our messaging context. This is a bit of a hack, get_my_vnn() needs to go eventually along with procid_self()
* s3: Make ctdbd_init_connection staticVolker Lendecke2010-08-312-4/+2
|
* s3: use fine grained time in netprot responseBjörn Jacke2010-08-311-3/+4
|
* s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-0/+1
|
* s3: use monotonic clock for time deltas in smbgetBjörn Jacke2010-08-311-2/+5
|
* tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke2010-08-311-1/+1
|
* replace/waf: add rt to deps at this placeBjörn Jacke2010-08-311-1/+1
|
* s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-1/+1
|
* packaging: build fixesVolker Lendecke2010-08-311-9/+9
|
* s4/torture: use monotonic clock for time deltas in denytestBjörn Jacke2010-08-311-15/+15
|
* s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke2010-08-311-4/+4
|
* s3: use monotonic time in timeout of sys_select_intr()Björn Jacke2010-08-311-10/+11
|
* lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke2010-08-312-0/+14
|
* s3: use monotonic clock for time deltas in namequery functionsBjörn Jacke2010-08-311-12/+12
|
* s3: use monotonic clock for time deltas in smbtarBjörn Jacke2010-08-311-7/+7
|
* s3: use monotonic clock for time deltas in smbclientBjörn Jacke2010-08-311-15/+13
|
* s3: add TspecDiff macroBjörn Jacke2010-08-311-0/+9
|
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
|
* lib/util: add function to query the monotonic clock with the required ↵Björn Jacke2010-08-312-0/+15
| | | | fallback to the realtime clock
* libreplace: make a define for a best effort monotonic clockBjörn Jacke2010-08-311-0/+7
|
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-312-20/+0
|
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
|
* libreplace: add clock_gettime replacement function for systems that don't ↵Björn Jacke2010-08-314-0/+32
| | | | have it
* libreplace/waf: look for clock_gettimeBjörn Jacke2010-08-311-0/+1
|