summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* r22467: Adding configure check for -Werror-implicit-function-declaration and ↵Günther Deschner2007-10-101-2/+24
| | | | | | | | | use it in -enable-developer. Guenther (This used to be commit 750156337eadc2b7d7f30480f74b0816bc1f79e6)
* r22466: Fix build warning.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit d6f259e91862df043f14430a60e9d646e30fe632)
* r22465: Last attempt to fix the build before dinner.Günther Deschner2007-10-101-0/+3
| | | | | Guenther (This used to be commit f6ade770bdd3e2b14e8db367c40167f49d6c6fa0)
* r22464: remove double code and use a functionStefan Metzmacher2007-10-101-34/+5
| | | | | metze (This used to be commit aa28bcc4669bf08f73815d00cd87c854d2ac1e92)
* r22463: Add prototype.Günther Deschner2007-10-101-0/+6
| | | | | Guenther (This used to be commit 4984af2c66754e9b6eed3020b3056ccf14d19617)
* r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to ↵Günther Deschner2007-10-101-99/+75
| | | | | | | | | | optinmize lookup_groupmem(). In the later, at least try to avoid those massive LDAP dn_lookups by looking in the cache before. Guenther (This used to be commit eb1566869c5493f2a1d1ff9fcaaa45c143ad12a0)
* r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-10-101-1/+173
| | | | | Guenther (This used to be commit b8828ea2516876fe5dd76083864418db2f042be0)
* r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ↵Günther Deschner2007-10-101-3/+37
| | | | | | | | | ranged LDAP queries more generic. Michael, feel free to overwrite these and the following. Guenther (This used to be commit 0475b8eea99ebb467e52225ad54f4302a77376b9)
* r22458: Fix a commentVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit f5ccec42287cfdf128bbfcf562a47a852bd0e3fe)
* r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmapGerald Carter2007-10-101-0/+8
| | | | | | plugin when neither idmap domains nor idmap backend have been defined. (This used to be commit 2fa12753da22551c9d5e6ca1bea95884e02ef7b2)
* r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter2007-10-101-3/+3
| | | | | | | winbindd interface * Add nss_info/*so files to the RHEL/Fedora packaging (This used to be commit 1787fcb8c1199215fcec74472c727b8c8fbf5473)
* r22441: Add automatic dependency tracking. The dependency generation isJames Peach2007-10-1012-8/+1065
| | | | | | | | | | | | toolchain independent, but since there's no portable method for doing makefile includes, we can actually use the dependencies with GNU make. It's easy to add this for other makes, but I don't have any to test. This also moves as much m4 as possible into the m4 directory where no-one has to look at it. AFAICT, there's no way to hide depcomp in there too, which is unfortunate. (This used to be commit aa14900f8291a017aa7fab2bbb9a6c79b12889b2)
* r22430: Add SID validate to sid2uid() and sid2gid() public entry points in ↵Gerald Carter2007-10-101-4/+81
| | | | | | winbindd (This used to be commit 0890cb941ed5d87a919edb5a896f331e900af007)
* r22425: Avoid to segfault if we only have the realm.Simo Sorce2007-10-101-0/+5
| | | | (This used to be commit ace1520270d19d41c24236d4e26ccf77071ebeb9)
* r22419: Update configure so that we only need one copy of os2_delete.cJames Peach2007-10-102-109/+10
| | | | (This used to be commit e5dd3bbf29f206090d64134eb808e5f627317804)
* r22418: Support running under launchd. We abstract the method of obtainingJames Peach2007-10-108-74/+582
| | | | | | | sockets to listen on a little, because in the launchd case these are provided for us. We also add an idle timeout so that a daemon can exit after a period of inactivity. (This used to be commit fc8589a3371d396197fae508e563f814899c2beb)
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-106-92/+116
| | | | | of the various flags explicit. (This used to be commit 19c929c6330a50f278ac322ac5fcb83d03734ea2)
* r22416: Remove precompiled headers on clean.James Peach2007-10-101-2/+5
| | | | (This used to be commit 250028ef03296c2af90cc212c7734d5425db35e1)
* r22413: Simplify the build rules for plugin modules. Add support for ↵James Peach2007-10-103-109/+76
| | | | | | | per-platform exports files. Fix the shared library build pf pdb_ldap. (This used to be commit b04dee02d1965a1bf6eba39e809f0c9b33fbfcda)
* r22412: Add a "deletelocalgroup" subcommand to net sam.Michael Adam2007-10-101-0/+42
| | | | | Thanks to Karolin Seeger <ks@sernet.de>. (This used to be commit 1499c50513c091c06cc96e813856b3cdbebfe407)
* r22411: Fix the build:Michael Adam2007-10-101-3/+5
| | | | | | | | | | | Prototype of create_aio_ex_read, set_message and definition of UNIXERROR have changed in r22389 and r22391? to require an additional "inbuf" argument. Some places in smbd/aio.c had not been adapted. This patch fixes the build. Michael (This used to be commit 9de1af6dc835fa12a75bae00935cd605f61217a3)
* r22402: Fix build warning.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit bf9131fed30b3d6f80c41734c04450a1e6bcba5b)
* r22401: Add bzr revision+nick support to mkversion.sh.Michael Adam2007-10-101-0/+9
| | | | | | | | | | The plan is to actually synchronize with SAMBA_4_0's mkversion.sh, which is more elaborate. But there are a few differences in behaviour I still have to check. So I am cheching this here in for a start... Michael (This used to be commit dec7e31f298c565b49b7bd650e164274d0f61778)
* r22395: allow profiling level to be set on startupHerb Lewis2007-10-102-6/+23
| | | | (This used to be commit f8f51e8648224af6645dbd0c2f2bffc678b83dac)
* r22394: Remove test directory once we are finished.James Peach2007-10-101-0/+2
| | | | (This used to be commit e718606295f4d686767d1583fd5e774dd66b8b86)
* r22393: fix cut&paste errorSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 70878d698532aa8b0e151e7772894e251290186e)
* r22392: Remove leftover potentially segfaulty code.Simo Sorce2007-10-101-6/+5
| | | | | Check we are online before actually trying to connect anywhere (This used to be commit ff5e0b2986d43de1e88c85783b451fcb9828d6a8)
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-1029-278/+378
| | | | | | | | to all callers of smb_setlen (via set_message() calls). This will allow the server to reflect back the correct encryption context. Jeremy. (This used to be commit 2d80a96120a5fe2fe726f00746d36d85044c4bdb)
* r22390: Patchset sent to samba-technical to address the winbindGerald Carter2007-10-108-203/+81
| | | | | | | | | | | | | | | | | | | | | loop when allocating a new id for a SID: auth_util.patch Revert create_local_token() to the 3.0.24 codebase idmap_type.patch Have the caller fillin the id_map.xid.type field when resolving a SID so that if we allocate a new id, we know what type to use winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls from the public winbindd interface for the 3.0.25 release idmap_rid.patch Cleanup the idmap_rid backend to not call back into winbindd to resolve the SID in order to verify it's type. (This used to be commit 3b24dae9e73b244540a68b631b428a4d0f57440b)
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-106-25/+45
| | | | | | | server. Allow server to reflect back to calling client the encryption context that was sent. Jeremy. (This used to be commit b49e90335d1e589916b5ab4992e3c4a2d221ca7e)
* r22388: clearer message, thanks DavidSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 7961476784713267efc19d305aa66c68275ccaa1)
* r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)Günther Deschner2007-10-101-0/+1
| | | | | | | Timur, please check. Guenther (This used to be commit f7ae237a7faa096efa26ca9e6674d45d2f77c9ce)
* r22366: sync lib/talloc/ with samba4Stefan Metzmacher2007-10-104-8/+22
| | | | | metze (This used to be commit 7fab12b34a818f029f4285a59d6e49768b7f8e79)
* r22364: sync lib/tdb/ with samba4Stefan Metzmacher2007-10-1010-82/+3300
| | | | | | | there's no code change here... metze (This used to be commit 562a9ce019af802b4a71c210b69bc8b93ebcd76f)
* r22363: merge from samba4:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fix compiler warning metze (This used to be commit e9200b4475bcae4fd5eaaf94905c8a9beccd635a)
* r22362: fix the build on othersystemsStefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 68a681038ca60c83784321979c595def9e74ed41)
* r22358: Use gss error to NTSTATUS mapping function for errors.Jeremy Allison2007-10-101-4/+2
| | | | | Jeremy. (This used to be commit 11fa0ca9e21d478a4b79b8ca1e92936b26b03fe0)
* r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison2007-10-101-0/+3
| | | | | Jeremy. (This used to be commit fe36fc79ddd4f2f2c88204055fca60a193586234)
* r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison2007-10-102-23/+33
| | | | | Jeremy. (This used to be commit 7b89a5de57cd5fed814eda95e44dcc345f380fb2)
* r22353: Fix bad #ifdefs.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 9173c846b11c587e04a70ede387cd4a15173e4f2)
* r22352: Wow - working gss SMB sealing !Jeremy Allison2007-10-101-0/+3
| | | | | Jeremy. (This used to be commit abcb2a4b0709ef84c50c1d9a85191dc3866cd138)
* r22351: Making progress in tests...Jeremy Allison2007-10-101-0/+7
| | | | | Jeremy. (This used to be commit f1726e04eb1d63387cf955c907fe077b2201a3ae)
* r22350: Add some helpful debug messages.Jeremy Allison2007-10-101-1/+7
| | | | | Jeremy. (This used to be commit bf2e6bd82dc0d35313677c6cb04357da1e74ce4f)
* r22349: Fix missing ) in #else path.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 0f5680adcfb4f1636ba5a5c3ba9684f9fde8476a)
* r22348: 3_0 as wellSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit ad57434faf806a6ad27beb0f75b73d5389a35382)
* r22345: Only use new krb5 OID.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 1a46d2dcb930f433457877e143f5a602b6b9091e)
* r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison2007-10-101-0/+15
| | | | | Jeremy. (This used to be commit 197c90ec78545e7e3c03ff5787839ca134f3036a)
* r22343: Commit to 3_0 as well after adapting the patch.Simo Sorce2007-10-109-206/+352
| | | | | (tdb_delete_bystring instead of tdb_delete is used here) (This used to be commit ee40cead097ed2c005f5f80b24c9f681e054849a)
* r22340: Fix another segfault in idmap_ldap.c caused by setting the iteratorGerald Carter2007-10-101-1/+1
| | | | | LDAPMessage * to NULL on each loop rotation. (This used to be commit 356dd0dd3a36a8f6061ba60f556e889de7c28140)
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-103-18/+201
| | | | | | for testing.... Jeremy. (This used to be commit 1c1f5360b67792f14b50835a2c5a4d4ac68aca8f)