summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Make winbind_add_failed_connection_entry staticVolker Lendecke2010-09-082-6/+4
|
* s3: Fix a typoVolker Lendecke2010-09-081-1/+1
|
* s3-nmbd: fix indentation in process_logon_packet().Günther Deschner2010-09-081-523/+519
| | | | | | purely cosmetic, no code change. Guenther
* s3-nmbd: remove trailing whitespace in nmbd_processlogon.cGünther Deschner2010-09-081-9/+9
| | | | Guenther
* s3-spoolss: Move spoolss winreg to new dcerpc client funtions.Andreas Schneider2010-09-081-347/+389
|
* s3: Simplify cm_connect_sam a bitVolker Lendecke2010-09-081-5/+1
|
* s3: Check for sid instead of name in cm_connect_samVolker Lendecke2010-09-081-1/+1
|
* s3-spoolss: Fixed a possible crash bug.Andreas Schneider2010-09-081-1/+15
|
* s3: Remove a superfluous ;Volker Lendecke2010-09-081-1/+1
|
* s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke2010-09-073-3/+3
|
* s3: use monotonic clock for aio timeoutBjörn Jacke2010-09-071-2/+2
|
* s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke2010-09-071-1/+1
|
* s3/libads: use monotonic clock for DNS timeoutsBjörn Jacke2010-09-071-5/+5
|
* s3: Prune the printername cache when a printer is deletedVolker Lendecke2010-09-071-2/+20
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* Add unique IP address binding for client connections (EPM and ncacn_ip_tcp ↵Julien Kerihuel2010-09-071-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>
* s3: On Solaris, iov_len is an intVolker Lendecke2010-09-051-1/+3
| | | | We can't use &iov.iov_len passing it to a size_t *
* librpc/rpc: add dcerpc_binding_handle_set_timeout()Stefan Metzmacher2010-09-041-0/+3
| | | | metze
* s3:rpc_server: implement rpcint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
| | | | metze
* s3:winbindd: implement wbint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
| | | | metze
* s3:rpc_client: implement rpccli_bh_set_timeout()Stefan Metzmacher2010-09-041-0/+10
| | | | metze
* librpc/rpc: add set_timeout() to dcerpc_binding_handle_opsStefan Metzmacher2010-09-041-0/+2
| | | | metze
* s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher2010-09-043-21/+82
| | | | metze
* s3-spoolss: fix some debug statements.Günther Deschner2010-09-032-2/+2
| | | | Guenther
* s3-kerberos: use krb5 compat macros in fill_keytab_from_password()Simo Sorce2010-09-021-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>
* Revert "s3-kerberos: use krb5 compat macros in fill_keytab_from_password()."Simo Sorce2010-09-021-1/+6
| | | | | | | | This reverts commit 9986d25ed195ee77bd73c96f057c527b4c3a8f03. This patch was causing us to free unallocated memory. Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Remove unused nss_info_adex_init()Volker Lendecke2010-09-021-5/+0
|
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-024-5/+164
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3: Print the IP of the server that stopped respondingVolker Lendecke2010-09-011-1/+5
|
* 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
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-313-1/+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
* 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
|
* s3: use monotonic clock for time deltas in smbgetBjörn Jacke2010-08-311-2/+5
|
* s3: use monotonic time in timeout of sys_select_intr()Björn Jacke2010-08-311-10/+11
|
* 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
|
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-312-20/+0
|