1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli
Rusty Russell c29069e079 libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecs
state->request.delay is two million here, resulting in an invalid timeval.
Since tevent doesn't have a convenient wrapper to add arbitrary usecs,
do the arithmetic here (it's the sole caller of this function).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-06-01 10:38:47 +02:00
..
auth libcli/auth/krb5_wrap: correctly use discard_const(). 2011-05-13 00:11:41 +02:00
cldap libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecs 2011-06-01 10:38:47 +02:00
dns libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srv 2011-04-26 17:16:34 +10:00
drsuapi idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values 2010-10-31 23:54:04 +00:00
echo s4-libcli Remove resolve_name() as it conflicts with Samba3. 2011-05-03 07:37:07 +02:00
ldap libcli/ldap Re-add ldap_ndr.h as a public header 2011-04-14 12:22:59 +10:00
named_pipe_auth libcli/named_pipe_auth: add forward declaration in npa_tstream.h. 2011-05-02 15:03:43 +02:00
nbt s4-interfaces Rename interfaces code so not to conflict with source3/ 2011-05-08 12:57:04 +02:00
netlogon netlogon: move netlogon helpers to ../libcli/netlogon. 2011-01-07 15:02:24 +01:00
registry build: Make util_reg subsystem in libcli/registry a library 2011-05-18 16:12:08 +02:00
samsync s3: add some forward declarations. 2011-04-12 12:20:43 +02:00
security Tiny simplification to dom_sid_string_buf 2011-05-31 23:16:31 +02:00
smb waf-build: Add more libraries to avoid duplicate symbols 2011-05-18 16:12:07 +02:00
smbreadline libcli: Eliminate select from smb_readline_replacement 2011-02-28 16:40:20 +01:00
util libcli/util Remove ntstatus_check_dos_mapping 2011-05-31 15:10:20 +10:00