summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2009-04-151-0/+15
|\| | | | | | | libcli-auth-merge-without-netlogond
| * netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
| | | | | | | | Guenther
* | Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-0/+38
| | | | | | | | | | This is particuarly in the netlogon client (but not server at this stage)
* | More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-141-0/+1
|/
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-141-39/+0
|
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-145-259/+100
| | | | | | | | | | | | This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-5/+43
| | | | | | | | This renames push_string in Samba3 into push_string_base and push_string_check for the two different use cases. This should allow push_string to be imported from Samba4, using it's calling conventions.
* Reactivate get_socket_portVolker Lendecke2009-04-121-4/+1
|