Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-09 | s3: Remove unused winbindd_dual_show_sequence() | Volker Lendecke | 3 | -25/+0 | |
2010-09-08 | Don't rely on the underlying ACL modules to enforce share level | Jeremy Allison | 2 | -0/+10 | |
security when setting ACLs, check at the call level as well. Jeremy. | |||||
2010-09-08 | Optimization suggested by Metze. Without this patch, | Jeremy Allison | 1 | -1/+97 | |
FindFirst with 'path\to\some\dir\with\files\*' triggers the following stat calls path\to\some\dir\with\files\* => ENOENT path\ path\to\ path\to\some\ path\to\some\dir\ path\to\some\dir\with\ path\to\some\dir\with\files\ path\to\some\dir\with\files\* => ENOENT With this patch we get : path\to\some\dir\with\files\* => ENOENT path\to\some\dir\with\files = OK Jeremy. | |||||
2010-09-08 | s3: "== false" looks wrong :-) | Volker Lendecke | 1 | -1/+1 | |
2010-09-08 | Fix warnings caused by double ";;" at the end of the time_mono() fixes. | Jeremy Allison | 1 | -3/+3 | |
2010-09-08 | s3: use time_mono throughout in smbget | Björn Jacke | 1 | -6/+5 | |
2010-09-08 | s3/ldap: use monotonic clock for timeouts in smbldap | Björn Jacke | 2 | -20/+26 | |
tevent would need monotonic clock features to make also smbldap's idle handling aware of backward clock jumps. Other areas in smbldap are clock jump save now. | |||||
2010-09-08 | s3: Make winbind_add_failed_connection_entry static | Volker Lendecke | 2 | -6/+4 | |
2010-09-08 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-09-08 | s3-nmbd: fix indentation in process_logon_packet(). | Günther Deschner | 1 | -523/+519 | |
purely cosmetic, no code change. Guenther | |||||
2010-09-08 | s3-nmbd: remove trailing whitespace in nmbd_processlogon.c | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-09-08 | s3-spoolss: Move spoolss winreg to new dcerpc client funtions. | Andreas Schneider | 1 | -347/+389 | |
2010-09-08 | s3: Simplify cm_connect_sam a bit | Volker Lendecke | 1 | -5/+1 | |
2010-09-08 | s3: Check for sid instead of name in cm_connect_sam | Volker Lendecke | 1 | -1/+1 | |
2010-09-08 | s3-spoolss: Fixed a possible crash bug. | Andreas Schneider | 1 | -1/+15 | |
2010-09-08 | s3: Remove a superfluous ; | Volker Lendecke | 1 | -1/+1 | |
2010-09-07 | s3/libads: use monotonic clock for ldap connection timeouts | Björn Jacke | 3 | -3/+3 | |
2010-09-07 | s3: use monotonic clock for aio timeout | Björn Jacke | 1 | -2/+2 | |
2010-09-07 | s3/nmbd: tidy up debug message: ttl isn't a hex value | Björn Jacke | 1 | -1/+1 | |
2010-09-07 | s3/libads: use monotonic clock for DNS timeouts | Björn Jacke | 1 | -5/+5 | |
2010-09-07 | s3: Prune the printername cache when a printer is deleted | Volker Lendecke | 1 | -2/+20 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-09-07 | Add unique IP address binding for client connections (EPM and ncacn_ip_tcp ↵ | Julien Kerihuel | 1 | -0/+4 | |
levels) This allows for binding strings like this: ncacn_ip_tcp:host[localaddress=192.168.2.1,seal] which will force the connection to be locally bound to the specified IP address Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-05 | s3: On Solaris, iov_len is an int | Volker Lendecke | 1 | -1/+3 | |
We can't use &iov.iov_len passing it to a size_t * | |||||
2010-09-04 | librpc/rpc: add dcerpc_binding_handle_set_timeout() | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-09-04 | s3:rpc_server: implement rpcint_bh_set_timeout() as dummy | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-09-04 | s3:winbindd: implement wbint_bh_set_timeout() as dummy | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-09-04 | s3:rpc_client: implement rpccli_bh_set_timeout() | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2010-09-04 | librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-09-04 | s3:rpc_server: make it possible to use rpcint_binding_handle() directly | Stefan Metzmacher | 3 | -21/+82 | |
metze | |||||
2010-09-03 | s3-spoolss: fix some debug statements. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2010-09-02 | s3-kerberos: use krb5 compat macros in fill_keytab_from_password() | Simo Sorce | 1 | -1/+1 | |
This one uses the compat macro in the right way, without actually breaking the code. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-02 | Revert "s3-kerberos: use krb5 compat macros in fill_keytab_from_password()." | Simo Sorce | 1 | -1/+6 | |
This reverts commit 9986d25ed195ee77bd73c96f057c527b4c3a8f03. This patch was causing us to free unallocated memory. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-02 | s3: Remove unused nss_info_adex_init() | Volker Lendecke | 1 | -5/+0 | |
2010-09-02 | s3-param: added lp_set_cmdline() and --option= parameter | Andrew Tridgell | 4 | -5/+164 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-01 | s3: Print the IP of the server that stopped responding | Volker Lendecke | 1 | -1/+5 | |
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 | s3-auth: remove global include of krb5pac.h. | Günther Deschner | 3 | -1/+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 | 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 | |