Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-02 | s4:dsdb Don't reload the schema against OpenLDAP backend | Andrew Bartlett | 2 | -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 | |||||
2010-09-02 | s4:provision Allow OpenLDAP backend to provision again | Andrew Bartlett | 1 | -0/+2 | |
OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett | |||||
2010-09-02 | s4:provision Improved error handling in provisionbackend | Zahari Zahariev | 1 | -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> | |||||
2010-09-01 | s4-test-dssync: Print the reason for skipping FetchNT4Data test | Kamen Mazdrashki | 1 | -3/+6 | |
2010-09-01 | s3: Print the IP of the server that stopped responding | Volker Lendecke | 1 | -1/+5 | |
2010-09-01 | s4/ldb: fix standalone build | Björn Jacke | 1 | -2/+6 | |
2010-09-01 | s3-ctdb: ctdbd_init_connection() is static to this file. | Günther Deschner | 1 | -8/+0 | |
Guenther | |||||
2010-09-01 | s3-auth: fix uninitialized error code in get_guest_info3(). | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2010-08-31 | winreg: add winreg_RestoreKeyFlags to IDL. | Günther Deschner | 1 | -1/+9 | |
Guenther | |||||
2010-08-31 | s3-auth: remove global include of krb5pac.h. | Günther Deschner | 4 | -3/+3 | |
Guenther | |||||
2010-08-31 | s3-printing: add debug to get_correct_cversion(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-31 | s3-libads: avoid crashing in ads_keytab_list(). | Günther Deschner | 1 | -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 | |||||
2010-08-31 | s3-auth: remove unused variable in check_sam_security(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-31 | s3-kerberos: use more krb5 compat macros in get_mem_keytab_from_secrets(). | Günther Deschner | 1 | -16/+22 | |
Guenther | |||||
2010-08-31 | s3-kerberos: use smb_get_enctype_from_kt_entry() in | Günther Deschner | 1 | -1/+1 | |
get_mem_keytab_from_secrets(). Guenther | |||||
2010-08-31 | s3-kerberos: use get_kerberos_allowed_etypes in fill_keytab_from_password(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-31 | s3-kerberos: use krb5 compat macros in fill_keytab_from_password(). | Günther Deschner | 1 | -6/+1 | |
Guenther | |||||
2010-08-31 | s3-kerberos: fix flush_keytab() compile with heimdal. | Günther Deschner | 1 | -1/+1 | |
krb5_kt_cursor is not a pointer in heimdal but a struct. Guenther | |||||
2010-08-31 | Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday" | Björn Jacke | 1 | -1/+0 | |
This reverts commit 659829851703797b47d398d3c71ad971b2c5dab7 which later on needs some tweeks to not break some builds | |||||
2010-08-31 | s3: messaging_ctdbd_connection() was only called with procid_self() | Volker Lendecke | 7 | -22/+15 | |
Eventually we'll get this right... | |||||
2010-08-31 | s3: messaging_ctdbd_init potentially modifies my_vnn | Volker Lendecke | 1 | -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() | |||||
2010-08-31 | s3: Make ctdbd_init_connection static | Volker Lendecke | 2 | -4/+2 | |
2010-08-31 | s3: use fine grained time in netprot response | Björn Jacke | 1 | -3/+4 | |
2010-08-31 | s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday | Björn Jacke | 1 | -0/+1 | |
2010-08-31 | s3: use monotonic clock for time deltas in smbget | Björn Jacke | 1 | -2/+5 | |
2010-08-31 | tdb/waf: the deps for rt are provided by libreplace | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | replace/waf: add rt to deps at this place | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | s4: use GetTimeOfDay macro instead of gettimeofday | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | packaging: build fixes | Volker Lendecke | 1 | -9/+9 | |
2010-08-31 | s4/torture: use monotonic clock for time deltas in denytest | Björn Jacke | 1 | -15/+15 | |
2010-08-31 | s4/ldb: use monotonic clock for time deltas in ldbtest | Björn Jacke | 1 | -4/+4 | |
2010-08-31 | s3: use monotonic time in timeout of sys_select_intr() | Björn Jacke | 1 | -10/+11 | |
2010-08-31 | lib/util: add nsec_time_diff to calulate diffs from timespecs | Björn Jacke | 2 | -0/+14 | |
2010-08-31 | s3: use monotonic clock for time deltas in namequery functions | Björn Jacke | 1 | -12/+12 | |
2010-08-31 | s3: use monotonic clock for time deltas in smbtar | Björn Jacke | 1 | -7/+7 | |
2010-08-31 | s3: use monotonic clock for time deltas in smbclient | Björn Jacke | 1 | -15/+13 | |
2010-08-31 | s3: add TspecDiff macro | Björn Jacke | 1 | -0/+9 | |
2010-08-31 | s4:process_thread: use monotonic time for time deltas | Björn Jacke | 1 | -9/+10 | |
2010-08-31 | lib/util: add function to query the monotonic clock with the required ↵ | Björn Jacke | 2 | -0/+15 | |
fallback to the realtime clock | |||||
2010-08-31 | libreplace: make a define for a best effort monotonic clock | Björn Jacke | 1 | -0/+7 | |
2010-08-31 | s3: we have clock_gettime everywhere, remove ifdefs | Björn Jacke | 2 | -20/+0 | |
2010-08-31 | s3: use clock_gettime() in timespec_current() | Björn Jacke | 1 | -4/+1 | |
2010-08-31 | libreplace: add clock_gettime replacement function for systems that don't ↵ | Björn Jacke | 4 | -0/+32 | |
have it | |||||
2010-08-31 | libreplace/waf: look for clock_gettime | Björn Jacke | 1 | -0/+1 | |
2010-08-31 | libreplace: move detection of clock_gettime to libreplace | Björn Jacke | 3 | -48/+45 | |
2010-08-31 | libreplace: move gettimeofday TZ arg check here | Björn Jacke | 4 | -11/+10 | |
2010-08-31 | packaging: cifsutils are no longer part of Samba | Volker Lendecke | 1 | -11/+0 | |
2010-08-31 | s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask | Andrew Bartlett | 6 | -12/+12 | |
This is closer to the struct security_token from security.idl Andrew Bartlett | |||||
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 15 | -72/+72 | |
This is closer to the struct security_token from security.idl | |||||
2010-08-30 | s3: Fix a segfault in the printer code using create_conn_struct | Volker Lendecke | 1 | -1/+7 | |