summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* make test: start winbinddStefan Metzmacher2007-11-093-1/+71
| | | | | metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
* we don't have build-farm specific tests anymoreStefan Metzmacher2007-11-091-4/+1
| | | | | metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-092-85/+0
| | | | | metze (This used to be commit fc98c1904865608509a01911afa46de74873ef41)
* make test: activate nss_wrapper for make testStefan Metzmacher2007-11-092-5/+30
| | | | | metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
* nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsmetze2007-11-091-0/+28
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25873 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit e0c8c01650b2aa0a1ab491c9800b8aa575bf4185)
* nss_wrapper: revert solaris get*ent_r() functionsmetze2007-11-091-62/+0
| | | | | | | | | | This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25872 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 350d6c19e3e933804ce7234f21ef008c74894e2e)
* nss_wrapper: set the destination pointer in the get*_r functionsmetze2007-11-091-2/+10
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25871 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 17b449212a2f68262a95b0ebaabb377cc9a8dcc9)
* libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in ↵metze2007-11-091-2/+2
| | | | | | | | | confdefs.h metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25870 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 95dfbd3a6c22ff6381c8b220b06ec3a5cf59c06b)
* nss_wrapper: add solaris versions of getpwent_r and getgrent_rmetze2007-11-091-0/+62
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25868 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 70ea441fe46d75162adc6c4b055a9fd5fab00342)
* libreplace: solaris has different prototypes for getpwent_r and getgrent_rmetze2007-11-091-0/+32
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25867 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 77900d2ba03455412ad645e757ba468ca90453fb)
* nss_wrapper: not all systems have get*_r callsmetze2007-11-091-0/+20
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25866 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 2451399acb9dbba6b02935f6a1d02e2b56b499ef)
* libreplace: check for nss passwd|group get*_r functionsmetze2007-11-091-0/+2
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25865 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 8e81dd7356eb8422284a93bfc9b55ed1523c8208)
* use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher2007-11-093-1/+4
| | | | | metze (This used to be commit 96827929626a528bb3e1ec8366aef58c174d67e1)
* nss_wrapper: add nss_wrapper.plmetze2007-11-091-0/+265
| | | | | | | | | This script will be used to add|delete passwd|group entries metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25837 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 28789e60cc59a3e7a42500ebb78c472093be6b12)
* nss_wrapper: add support for groups and return EPERM in initgroups()metze2007-11-091-15/+356
| | | | | | | | | | | | | | The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25836 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 6abc84a564682f2b3dda314b5a08816ef99ac517)
* nss_wrapper: add support for passwd accountsmetze2007-11-091-14/+567
| | | | | | | | | | The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25835 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 36af3e864c2698b2f4ffd1bc3c873f1e4f8b718b)
* nss_wrapper: add lib/nss_wrapper skeletonmetze2007-11-094-0/+374
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25834 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 0924b0c8de70c0b84785cf6885f6aab325fc9b8e)
* Try to fix building dso's on hpux with gccjelmer2007-11-091-1/+5
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25886 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 4642af8026f086488672a51a0ecce2603e65f4ce)
* Try to get some more flags right.jelmer2007-11-091-4/+4
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25880 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit ccb39b18448376b094680fa927c60159cc5ec566)
* Add libreplace macro for soname flags.jelmer2007-11-091-0/+41
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25877 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 81167d8f38e11423bcde5305f9e77ec268b0cf2e)
* Try to fix the build on some HPUX machines.jelmer2007-11-091-3/+1
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25875 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 8d1f54f45d9b8278e5e031d016b1e7b44d3b1a22)
* More pstring/fstring removal.Jeremy Allison2007-11-081-11/+16
| | | | | Jeremy. (This used to be commit 7646f4b284403c18b22ca5cc7de4a57ba571183e)
* Remove more pstring/fstrings.Jeremy Allison2007-11-086-76/+81
| | | | | Jeremy. (This used to be commit 7a1de5b44e84a7474e78518c6ba33b3fedc42b5f)
* Remove unneeded variable.Jeremy Allison2007-11-081-6/+3
| | | | | Jeremy. (This used to be commit c21bc756e36581d3adc770bc2b773b5cf9bf11d0)
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-083-2/+4
| | | | | Jeremy. (This used to be commit ab8934844a8ae08657769ce1787c32f14a7eb745)
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-0811-83/+106
| | | | | Jeremy. (This used to be commit 2a0173743d2cf615d52278f3dd87cc804abe2d16)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-11-0811-236/+422
|\ | | | | | | | | | | v3-2-test (This used to be commit d9335456d23271a4b15b97d24f1b263700a3b9df)
| * sync the most parts of librpc/ndr with samba4Stefan Metzmacher2007-11-084-228/+382
| | | | | | | | | | metze (This used to be commit 201800a4c960d4f2afeb6cc760ac303df76d5e36)
| * add '_PUBLIC_' prototypes into proto.hStefan Metzmacher2007-11-081-2/+2
| | | | | | | | | | | | | | this makes merging samba4 code easier... metze (This used to be commit 005909726e0121a549abf625a3b443f3a6964d84)
| * add win_errstr() as wrapper of dos_errstr().Stefan Metzmacher2007-11-081-0/+6
| | | | | | | | | | | | | | this makes merging stuff from samba4 easier metze (This used to be commit cfbdb133b998a704c6c167b9b4b56370f4ff666d)
| * we should not ignore convert_string_talloc() failures.Stefan Metzmacher2007-11-081-1/+1
| | | | | | | | | | | | | | In all other places in ndr_string.c we already use False... metze (This used to be commit 9a201fd4c81509eb8a93087a38bb0fda69dfd7e4)
| * libreplace: we need to link to make sure the functions are availableStefan Metzmacher2007-11-081-1/+1
| | | | | | | | | | metze (This used to be commit 130de20d646fe14f494b021a98d6855c7b5b2a1a)
| * Try to fix the build on systems without struct sockaddr_storage typeMichael Adam2007-11-081-0/+1
| | | | | | | | | | | | | | (like hape - HPUX 11.00). Michael (This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae)
| * Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-072-3/+28
| | | | | | | | | | | | | | | | (128k). Add debug error messages so we can see why writeX large is denied. Ensure we don't allow recvfile writes on IPC$. Jeremy. (This used to be commit 6bf053a6a17749a3bc73c8cc5fd490aa5f93b763)
| * Try to fix the build on irix.Michael Adam2007-11-071-2/+2
| | | | | | | | | | | | | | | | There were two callers of set_smb_read_error() in irix_oplocks.c not converted to the new prototype. Michael (This used to be commit e398a8d7b60127001d309c2fd0b1f13337f9b46d)
* | Unify the name and addr cache for client_name toJeremy Allison2007-11-071-21/+31
|/ | | | | | make threading easier ultimately. Jeremy. (This used to be commit 48e0725cd6bb976ca799e6b8464c94aeffb1672b)
* - check return value of ndr_push_set_switch_value()metze2007-11-071-1/+8
| | | | | | | | | - fix memory leaks in error pathes metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25798 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit a0d0a06a9e39ea4fd07e9381f4b3397f403ab79d)
* use error and out logicmetze2007-11-071-3/+7
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25797 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 55d01b3f5b55cab3228270c0f6c164f11b0803f5)
* use NT_STATUS_HAVE_NO_MEMORY()metze2007-11-071-3/+1
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25796 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit be1f2f1abf15b34f8ab08d9e63637962fa762853)
* use NDR_CHECK()metze2007-11-071-4/+3
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25794 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 91ccaa8e70f1665bd759a80363cda9605399464e)
* check the return value of ndr_push_set_switch_value()metze2007-11-071-1/+1
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25793 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit aa155b2c2936c0e9996eda0a21f137773270343a)
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()metze2007-11-071-16/+6
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25792 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit f3dde8c7b73b619a54814bc6a862fa917455b624)
* the return value of ndr_pull_set_switch_value() should be checkedmetze2007-11-071-2/+2
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25779 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 1563a08cb07738c11ea7b68ba9e814885060b0b7)
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosmetze2007-11-071-22/+10
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25778 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit b542eaf825aa42b53f08c73e2b86ee9fafb33256)
* add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlymetze2007-11-072-3/+10
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25777 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 52c422f4d7f8549a11d637de1abceabc1ae86497)
* create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze2007-11-071-4/+20
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25774 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 8ed241532a069c4207945d5f1ceb1ec817ba7976)
* Fix tdbtorture build.Jeremy Allison2007-11-061-1/+1
| | | | | Jeremy. (This used to be commit c14db81be5212dfa6fbcf8bfdcf725d7db3376ca)
* Fix const warning.Jeremy Allison2007-11-061-1/+1
| | | | | Jeremy. (This used to be commit ecc2555197860ae56726724ec824fc149d2d831c)
* Keep the tdb code in sync with Samba4.Jeremy Allison2007-11-0612-54/+238
| | | | | | | | | | | | | | | | | | | | Mainly this is the svn changes : ------------------------------------------------------------------------ r23238 | tridge | 2007-05-30 01:15:49 -0700 (Wed, 30 May 2007) | 6 lines merged transaction lock changes from ctdb this ensures that having the global lock also implies the transaction lock ------------------------------------------------------------------------ r22832 | tridge | 2007-05-13 18:00:06 -0700 (Sun, 13 May 2007) | 3 lines merged the latest tdb changes from ctdb to Samba4 Jeremy. (This used to be commit ab11c0055761e97ba32a8c3ec4fa6f8763a262cd)
* Fix bug where tdb lock call interrupted withJeremy Allison2007-11-069-0/+29
| | | | | | | | | an alarm sig would not terminate and could lead to runaway smbd processes. Thanks to Dave Daugherty @ Centrify for pointing this out to us. Jeremy. (This used to be commit ef8da1698371c95495add53df81a978df709c88d)