Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-auth: fix uninitialized error code in get_guest_info3(). | Günther Deschner | 2010-09-01 | 1 | -2/+1 |
| | | | | Guenther | ||||
* | s3-auth: remove global include of krb5pac.h. | Günther Deschner | 2010-08-31 | 3 | -1/+3 |
| | | | | Guenther | ||||
* | s3-printing: add debug to get_correct_cversion(). | Günther Deschner | 2010-08-31 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-libads: avoid crashing in ads_keytab_list(). | Günther Deschner | 2010-08-31 | 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 | ||||
* | s3-auth: remove unused variable in check_sam_security(). | Günther Deschner | 2010-08-31 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-kerberos: use more krb5 compat macros in get_mem_keytab_from_secrets(). | Günther Deschner | 2010-08-31 | 1 | -16/+22 |
| | | | | Guenther | ||||
* | s3-kerberos: use smb_get_enctype_from_kt_entry() in | Günther Deschner | 2010-08-31 | 1 | -1/+1 |
| | | | | | | get_mem_keytab_from_secrets(). Guenther | ||||
* | s3-kerberos: use get_kerberos_allowed_etypes in fill_keytab_from_password(). | Günther Deschner | 2010-08-31 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-kerberos: use krb5 compat macros in fill_keytab_from_password(). | Günther Deschner | 2010-08-31 | 1 | -6/+1 |
| | | | | Guenther | ||||
* | s3-kerberos: fix flush_keytab() compile with heimdal. | Günther Deschner | 2010-08-31 | 1 | -1/+1 |
| | | | | | | krb5_kt_cursor is not a pointer in heimdal but a struct. Guenther | ||||
* | s3: messaging_ctdbd_connection() was only called with procid_self() | Volker Lendecke | 2010-08-31 | 7 | -22/+15 |
| | | | | Eventually we'll get this right... | ||||
* | s3: messaging_ctdbd_init potentially modifies my_vnn | Volker Lendecke | 2010-08-31 | 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() | ||||
* | s3: Make ctdbd_init_connection static | Volker Lendecke | 2010-08-31 | 2 | -4/+2 |
| | |||||
* | s3: use fine grained time in netprot response | Björn Jacke | 2010-08-31 | 1 | -3/+4 |
| | |||||
* | s3: use monotonic clock for time deltas in smbget | Björn Jacke | 2010-08-31 | 1 | -2/+5 |
| | |||||
* | s3: use monotonic time in timeout of sys_select_intr() | Björn Jacke | 2010-08-31 | 1 | -10/+11 |
| | |||||
* | s3: use monotonic clock for time deltas in namequery functions | Björn Jacke | 2010-08-31 | 1 | -12/+12 |
| | |||||
* | s3: use monotonic clock for time deltas in smbtar | Björn Jacke | 2010-08-31 | 1 | -7/+7 |
| | |||||
* | s3: use monotonic clock for time deltas in smbclient | Björn Jacke | 2010-08-31 | 1 | -15/+13 |
| | |||||
* | s3: add TspecDiff macro | Björn Jacke | 2010-08-31 | 1 | -0/+9 |
| | |||||
* | s3: we have clock_gettime everywhere, remove ifdefs | Björn Jacke | 2010-08-31 | 2 | -20/+0 |
| | |||||
* | s3: use clock_gettime() in timespec_current() | Björn Jacke | 2010-08-31 | 1 | -4/+1 |
| | |||||
* | libreplace: move detection of clock_gettime to libreplace | Björn Jacke | 2010-08-31 | 2 | -48/+2 |
| | |||||
* | libreplace: move gettimeofday TZ arg check here | Björn Jacke | 2010-08-31 | 1 | -1/+0 |
| | |||||
* | s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask | Andrew Bartlett | 2010-08-31 | 6 | -12/+12 |
| | | | | | | This is closer to the struct security_token from security.idl Andrew Bartlett | ||||
* | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 2010-08-31 | 15 | -72/+72 |
| | | | | This is closer to the struct security_token from security.idl | ||||
* | s3: Fix a segfault in the printer code using create_conn_struct | Volker Lendecke | 2010-08-30 | 1 | -1/+7 |
| | |||||
* | vfs_smb_traffic_analyzer: fix off by a second bug | Björn Jacke | 2010-08-30 | 1 | -1/+1 |
| | | | | | convert_timespec_to_time_t is rounding but here we keep track of milliseconds here - so we should use plain the tv_sec. | ||||
* | s3-auth: The unlock of the account is now done by the get_sampwnam call. | Andreas Schneider | 2010-08-30 | 1 | -5/+2 |
| | | | | Signed-off-by: Simo Sorce <idra@samba.org> | ||||
* | s3-passdb: Try to unlock the account if it is locked out. | Andreas Schneider | 2010-08-30 | 1 | -10/+53 |
| | | | | Signed-off-by: Simo Sorce <idra@samba.org> | ||||
* | s3-passdb: Added a pdb_try_account_unlock function. | Andreas Schneider | 2010-08-30 | 1 | -0/+74 |
| | | | | | | | | The function checks if the account has been autolocked. If we have a lockout_duration and a bad password time it checks if we can unlock the account. Signed-off-by: Simo Sorce <idra@samba.org> | ||||
* | s3-auth: Use SamInfo3_for_guest to create guest server_info. | Andreas Schneider | 2010-08-30 | 1 | -19/+70 |
| | | | | Signed-off-by: Simo Sorce <idra@samba.org> | ||||
* | s3-kerberos: try to fix the build w/o kerberos support. | Günther Deschner | 2010-08-30 | 1 | -1/+7 |
| | | | | Guenther | ||||
* | s3: Fix some uninitialized variable warnings | Volker Lendecke | 2010-08-30 | 2 | -6/+6 |
| | |||||
* | s3: Fix the build of the nfs4_acl module | Volker Lendecke | 2010-08-30 | 1 | -0/+1 |
| | |||||
* | s3-waf: fix the build after gssapi changes. | Günther Deschner | 2010-08-30 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | dcerpc-gssapi: include missing dcerpc_krb5.h header. | Günther Deschner | 2010-08-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is ↵ | Günther Deschner | 2010-08-30 | 1 | -1/+1 |
| | | | | | | unavailable. Guenther | ||||
* | s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server side | Simo Sorce | 2010-08-30 | 1 | -29/+364 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | dcerpc-gssapi: add function to retrieve client name | Simo Sorce | 2010-08-30 | 2 | -0/+44 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | dcerpc-gssapi: add function to extract authtime | Simo Sorce | 2010-08-30 | 2 | -0/+54 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | dcerpc-gssapi: add function to extract authorization data (PAC) form gssapi ↵ | Simo Sorce | 2010-08-30 | 2 | -4/+63 |
| | | | | | | context Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | dcerpc-gssapi: add function to check flags | Simo Sorce | 2010-08-30 | 1 | -2/+30 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | dcerpc-gssapi: add initial server side code | Simo Sorce | 2010-08-30 | 2 | -12/+229 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-dcerpc: add krb5 helpers | Simo Sorce | 2010-08-30 | 3 | -0/+412 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-krb: Reformat and add doxygen comment to decode_pac_data() | Simo Sorce | 2010-08-30 | 1 | -63/+91 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | rpcclient: support starting sign/seal with krb5/spnego | Simo Sorce | 2010-08-30 | 1 | -6/+18 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-smbd: use make_server_info_krb5() in smb2 too. | Simo Sorce | 2010-08-30 | 1 | -75/+8 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-smbd: use make_server_info_krb5() | Simo Sorce | 2010-08-30 | 1 | -79/+11 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-auth: add helper to get server_info out of kerberos info | Simo Sorce | 2010-08-30 | 2 | -0/+108 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> |