summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-05-24Don't limit the number of retries in wb_trans.Volker Lendecke1-8/+0
2009-05-24Don't set a timeout deep inside wb_connectVolker Lendecke1-5/+0
2009-05-24Do queueing in wbclient.cVolker Lendecke2-46/+59
2009-05-24Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke1-4/+7
2009-05-24Fix wb_simple_trans queueingVolker Lendecke1-16/+3
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-2/+2
2009-05-19Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke1-2/+2
2009-05-19Fix an uninitialized variable in wb_context_initVolker Lendecke1-0/+1
2009-05-19Use TDB_VOLATILE instead of tdb_set_max_dead()Volker Lendecke1-5/+2
2009-05-18Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke3-22/+39
2009-05-17s3-events: Not only timed, also immediate events generate a timeout returnVolker Lendecke1-1/+1
2009-05-16s3-events: If immediate requests are pending, the timeout is 0Volker Lendecke1-0/+9
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-05-16s3-privileges: add privilege_delete_account().Günther Deschner1-0/+28
2009-05-16s3-privileges: remove trailing whitespace from privileges codes.Günther Deschner2-105/+105
2009-05-15s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner1-2/+4
2009-05-15s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner1-0/+1
2009-05-15s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner1-3/+3
2009-05-14s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.Günther Deschner1-2/+49
2009-05-14s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner3-1/+183
2009-05-14s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.Günther Deschner1-0/+36
2009-05-14s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.Günther Deschner3-0/+163
2009-05-14Fix some nonempty blank linesVolker Lendecke1-23/+23
2009-05-13s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher1-87/+0
2009-05-13s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to rena...Günther Deschner1-1/+48
2009-05-12s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner1-1/+1
2009-05-12s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner1-2/+7
2009-05-12s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner1-1/+1
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison3-10/+10
2009-05-12Fix bug 6157Volker Lendecke1-0/+56
2009-05-11Add checks for non_root mode to help buildfarm spoolss tests.Jeremy Allison1-14/+18
2009-05-09wb_int_trans -> wb_simple_trans in wbclient.cVolker Lendecke1-148/+24
2009-05-09Add wb_simple_trans_send/recvVolker Lendecke1-1/+130
2009-05-07Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2-91/+107
2009-05-07Adapt wb_reqtrans to "recent" coding conventionsVolker Lendecke1-44/+28
2009-05-05Make cli_getatr() async.Jeremy Allison1-1/+1
2009-05-05Make cli_getattrE async.Jeremy Allison1-1/+1
2009-05-04Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke1-0/+5
2009-05-03Fix bug 6136: New AFS syscall conventionsGeza Gemes2-2/+21
2009-05-02Fix a malloc/talloc mixupVolker Lendecke1-1/+1
2009-05-01Many build farm boxes do not have clock_gettimeVolker Lendecke1-2/+2
2009-05-01Add getaddrinfo_send/recvVolker Lendecke1-0/+82
2009-05-01Add fncall_send/recvVolker Lendecke1-0/+365
2009-05-01Add thread poolVolker Lendecke1-0/+505
2009-04-30s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner1-1/+2
2009-04-30Re-import the v3-3 version of str_list_make().Volker Lendecke1-7/+59
2009-04-27s3-auth-charcnv: fix push_string(). Don't push to ucs2 and ascii after another.Günther Deschner1-1/+2
2009-04-27s3:libsmbconf: fix a comment typoMichael Adam1-1/+1
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-1/+1
2009-04-23samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2-17/+40