summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* s3-events: Not only timed, also immediate events generate a timeout returnVolker Lendecke2009-05-171-1/+1
|
* s3-events: If immediate requests are pending, the timeout is 0Volker Lendecke2009-05-161-0/+9
|
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
|
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+28
| | | | Guenther
* s3-privileges: remove trailing whitespace from privileges codes.Günther Deschner2009-05-162-105/+105
| | | | Guenther
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same ↵Günther Deschner2009-05-151-2/+4
| | | | | | name. Guenther
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-151-0/+1
| | | | Guenther
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-151-3/+3
| | | | | | remote machines. Guenther
* s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.Günther Deschner2009-05-141-2/+49
| | | | Guenther
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-143-1/+183
| | | | Guenther
* s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.Günther Deschner2009-05-141-0/+36
| | | | Guenther
* s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.Günther Deschner2009-05-143-0/+163
| | | | Guenther
* Fix some nonempty blank linesVolker Lendecke2009-05-141-23/+23
|
* s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher2009-05-131-87/+0
| | | | metze
* s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to ↵Günther Deschner2009-05-131-1/+48
| | | | | | | | rename computers in domains. Guenther
* s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner2009-05-121-1/+1
| | | | Guenther
* s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner2009-05-121-2/+7
| | | | Guenther
* s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner2009-05-121-1/+1
| | | | | | enabling/disabling the change button. Guenther
* Clean up assignments to iov_base, ensure it's always cast to void *. This ↵Jeremy Allison2009-05-123-10/+10
| | | | | | should quieten some warnings with picky compilers on the buildfarm. Jeremy.
* Fix bug 6157Volker Lendecke2009-05-121-0/+56
| | | | | This patch picks the alphabetically smallest one of the multi-value attribute "uid". This fixes a regression against 3.0 and also becomes deterministic.
* Add checks for non_root mode to help buildfarm spoolss tests.Jeremy Allison2009-05-111-14/+18
| | | | | Reviewed by Guenther. Jeremy.
* wb_int_trans -> wb_simple_trans in wbclient.cVolker Lendecke2009-05-091-148/+24
|
* Add wb_simple_trans_send/recvVolker Lendecke2009-05-091-1/+130
|
* Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2009-05-072-91/+107
|
* Adapt wb_reqtrans to "recent" coding conventionsVolker Lendecke2009-05-071-44/+28
|
* Make cli_getatr() async.Jeremy Allison2009-05-051-1/+1
| | | | Jeremy.
* Make cli_getattrE async.Jeremy Allison2009-05-051-1/+1
| | | | Jeremy.
* Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke2009-05-041-0/+5
|
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-032-2/+21
| | | | | | | | Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker
* Fix a malloc/talloc mixupVolker Lendecke2009-05-021-1/+1
|
* Many build farm boxes do not have clock_gettimeVolker Lendecke2009-05-011-2/+2
|
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+82
|
* Add fncall_send/recvVolker Lendecke2009-05-011-0/+365
|
* Add thread poolVolker Lendecke2009-05-011-0/+505
| | | | | | | Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-)
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-04-301-1/+2
| | | | | | Found by David Markey <admin@dmarkey.com>. Thanks! Guenther
* Re-import the v3-3 version of str_list_make().Volker Lendecke2009-04-301-7/+59
| | | | | | | | | | | | | | The merged version behaves differently: "Domain Users" is parsed into two values, as it does not look at quotes. Samba3 users depend on the ability do say for example valid users = "domain users" which would not work anymore with the merged version. Thanks to Björn Jacke for testing this! Volker
* s3-auth-charcnv: fix push_string(). Don't push to ucs2 and ascii after another.Günther Deschner2009-04-271-1/+2
| | | | | | | This fixes all kinds of encrypted passwords used in the shared auth code naturally. Andrew B., please check. Guenther
* s3:libsmbconf: fix a comment typoMichael Adam2009-04-271-1/+1
| | | | Michael
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-1/+1
| | | | Michael
* samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2009-04-232-17/+40
| | | | | | | * ldb_dn_new() now takes an initial DN string * ldb_dn_string_compose() -> ldb_dn_new_fmt() * dummy ldb_dn_validate(), since LDB DNs in the current implementation are always valid if they could be created.
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-238-9/+14
| | | | | | This argument is ignored (Samba3's LDB is synchronous) but having it there is useful for API compatibility with the LDB used by Samba 4 and available on some systems.
* charcnv: Import push_codepoint().Jelmer Vernooij2009-04-231-0/+61
|
* Fix a couple of warningsVolker Lendecke2009-04-231-1/+1
|
* Fix a type-punned warningVolker Lendecke2009-04-231-1/+1
|
* Fix Coverity ID 884: DEADCODEVolker Lendecke2009-04-231-3/+4
|
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-68/+0
|
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-1/+1
| | | | Guenther
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-202-19/+1
| | | | the system one is broken.
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-203-37/+36
|\
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-153-37/+36
| | | | | | | | | | | | | | What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy.