summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r22268: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
| | | | | | | protect #define __location__ with an #ifndef metze (This used to be commit 4c93c05542c5a238b1b7a5cd9b75f9f852c0ad4d)
* r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-10-104-12/+21
| | | | | | 32 unicode chars. Windows XP doesn't like that :-). Jeremy (This used to be commit e59b5276b56d6963ddd0598bbd1b15426d2d13e8)
* r22264: merge from samba4:Stefan Metzmacher2007-10-102-2/+2
| | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze (This used to be commit 66b0a6cc51a3987c489cc71a17c0da632bf6a6bc)
* r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICEStefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 402704b62972c223f3e70bcd6221dc7c3a64f4b9)
* r22254: merge from samba4:Stefan Metzmacher2007-10-101-7/+56
| | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze (This used to be commit 9865d3165d629c56a24d9fa5ee993f4b04ba12de)
* r22252: merge from samba4:Stefan Metzmacher2007-10-102-1/+7
| | | | | | | add prototype of setenv metze (This used to be commit 42ccfaf5e58d92e04ba490f726e5d6972039bdc4)
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-1033-9/+11
| | | | | metze (This used to be commit c7def92a9c2e17c90061ef17bc14e36250574e85)
* r22247: merge from samba4:Stefan Metzmacher2007-10-101-1/+0
| | | | | | | only test strtoll once metze (This used to be commit 17088fd644ef68ac2e96ed1246339b65943d63d0)
* r22244: merge from samba4:Stefan Metzmacher2007-10-101-2/+0
| | | | | | | remove useless printf's metze (This used to be commit cf7c57eae5671cd15f0cee0173c7b05a8a8ba055)
* r22240: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze (This used to be commit fe4be25c3056260049a8052e072500756bf14fce)
* r22230: Let's just cast here, the 2 calls have different allocation mechanisms.Simo Sorce2007-10-101-7/+9
| | | | | | | | We just let domname and name hang on the mem ctx until the call returns, and the context will be destroyed. Simo. (This used to be commit c38d8396c513d4c418f64b27a9f7c25757388674)
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-10-101-4/+0
| | | | | metze (This used to be commit 8dea4ebe98ec5bdb7fd55b54e9b14a52db817f4f)
* r22227: merge from samba4:Stefan Metzmacher2007-10-102-1/+24
| | | | | | | move discard_const macros to librelace metze (This used to be commit 8f4a39127f7b560a7a609e74423ccb88f53e545e)
* r22224: merge from samba4:Stefan Metzmacher2007-10-101-5/+25
| | | | | | | make comparing of struct tm more verbose and portable metze (This used to be commit 29cbd75f22bcbb10d049910c3a72d911094ccb05)
* r22221: merge from samba4:Stefan Metzmacher2007-10-1012-16/+1429
| | | | | | | - libreplace unsetenv() and strptime() replacements metze (This used to be commit 057c1c04d09b48c713ebc0b334cabcefc02561e9)
* r22214: Fix incompatible pointer type warnings. Simo, please check and merge ↵Volker Lendecke2007-10-101-1/+5
| | | | | | | | | to 3_0_25 if appropriate. Volker (This used to be commit 6a4f6c5177b4837fe7a238f067abbc5739ab0812)
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-102-5/+15
| | | | | | | | | itself. become_root_uid_only did not :-) Revert 21868, we need to find a better way. Volker (This used to be commit 629f966714c7a8d96b06027d514b86cde81b69b9)
* r22212: Cope with signature errors on sessionsetupX loginsJeremy Allison2007-10-101-0/+20
| | | | | | | where the server just reflects our signature back to us. Allow the upper layer to see the real error. Jeremy. (This used to be commit 6cf0b93b1d8cb97dc665e14ace94a259def67724)
* r22211: Don't return a value from void functions !Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 1dd8d3a723ac2262a45fcd717daef79bffbf30d5)
* r22210: Fix typo in testing for non-centry entries.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit b89ecbcac651034d818a41d8a1d0c5e7313f37b8)
* r22209: Fix the storage of time_t -> make it 64 bits (use theJeremy Allison2007-10-102-14/+117
| | | | | | | | | | same load/store function as NTTIME). Add a version number string to the winbindd cache so we can tell if it needs upgrading. THIS WILL DELETE ANY EXISTING winbindd_cache.tdb on first startup regardless of offline auth status. Once this is done we're in good shape though. Jeremy. (This used to be commit c52c7f91af80d5fbb2574b5acf10e6afef3b0c7e)
* r22207: Fill in the validation functions. Now to test...Jeremy Allison2007-10-101-28/+73
| | | | | Jeremy. (This used to be commit fc2b9e860ef9512eb074622e0ad134ff3f30bfe7)
* r22206: Added boilerplate to be filled in for other validation functions.Jeremy Allison2007-10-101-0/+163
| | | | | Jeremy. (This used to be commit 9be463eb0cb4d65c40e35c504059289696419486)
* r22205: Add some flesh to the bones of the cache validation code.Jeremy Allison2007-10-101-59/+209
| | | | | Jeremy (This used to be commit b773ea2c8a107344fc524b41a2c81ecc723bd9ec)
* r22204: Workaround to quickly close bug #4508Simo Sorce2007-10-103-6/+36
| | | | | | This hack makes thing work, but we will need to try again to make the getpw* calls fully async, that's the real fix. (This used to be commit 2552859b3d9e28d5f25b339f5d24a8d2dc36b46b)
* r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointerJeremy Allison2007-10-101-1/+4
| | | | | | | problems when validating the winbindd cache. Wish I'd have thought of that. Jeremy. (This used to be commit 6b0a8cbbb883b7041ed4b1f6c1ae90233921d154)
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-10-101-0/+3
| | | | | | for bug #3632. Jeremy. (This used to be commit 7979a5a350739150a9c7077f2c35d9512d8596e4)
* r22173: BUG 4491, 4501: Additional fixes for protecting againstGerald Carter2007-10-102-45/+62
| | | | | | | | crashes in allocate_id(). BUG 4501: Fix segv in idmap_ad caused by resetting the entry iterator when parsing search results. (This used to be commit bd6ebbfb9fb9d95bdf41eab1fd134170fcf6b6bf)
* r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here.Alexander Bokovoy2007-10-101-1/+1
| | | | (This used to be commit f36bc61d17baf468ec66151dda347fdfc40e0297)
* r22164: Fix missing lock count release in transaction cancel.Jeremy Allison2007-10-101-0/+2
| | | | | | Found by Taj Khattra <taj.khattra@gmail.com>. Jeremy. (This used to be commit a014a6c30d1e0d75a1a49fdd61bad8cf4cc90327)
* r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-10-101-15/+15
| | | | | Jeremy. (This used to be commit 99abe96b2b8e41e4c7536d35cc169f7e6c3eba1c)
* r22159: BUG 4501 (second half of fix): Just disable theGerald Carter2007-10-101-8/+8
| | | | | | | uid/gid allocation if no idmap alloca backend has been defined and we are not using a 3.0.24 idmap backend compatible configuration. (This used to be commit 0b700456f45d2bdfe8538bcfd0fce8ec2b9c3adb)
* r22158: BUG 4501 (partial): Fix a crash caused by not using theGerald Carter2007-10-101-6/+16
| | | | | nss_info_{rfc2307,sfu} plugin with idmap_ad. (This used to be commit f640f056bfbf1013d6b3df89632109011fc42361)
* r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line.Jeremy Allison2007-10-101-0/+7
| | | | | Jeremy. (This used to be commit c3e2207cb40386c565b23fcabc8c7384b10216de)
* r22155: Fixed warning #4498 from jason@ncac.gwu.edu.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit f1b22c952719f004d7e33813c4d0f10514e1fff9)
* r22154: Make struct smbdb_ctx an opaque pointer so users of the APIJeremy Allison2007-10-102-6/+7
| | | | | | don't need to have tdb.h. Jeremy. (This used to be commit 512542c90a78006bda3470eed7fb6d3f6e708eed)
* r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't criticalStefan Metzmacher2007-10-101-5/+10
| | | | | | | | because we try "GSS-SPNEGO" first and all windows version support that. metze (This used to be commit 34a5badbded0b2537ee854287931e2a7dc3aeb37)
* r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-10-104-39/+2
| | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze (This used to be commit 7f61b3f0095efed81adc9022ba44e5c7df84d2f2)
* r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>Gerald Carter2007-10-101-1/+1
| | | | | to fix compile bug ni quotas.c (typo calling unbecome_root()). (This used to be commit 22d550d62b5834e2c5155550756d3462a1bd6561)
* r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (callsJim McDonough2007-10-101-2/+1
| | | | | _file). Thanks to Gomati Mohanan. (This used to be commit 859269c9492e002f02415d610c83452538147972)
* r22147: Next tryVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 42f42321558ed0647697e5bfd7d5339a29aa30d9)
* r22146: Attempt to fix the buildVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 825255c7600f2372c1702a0cecb309e9f22c087e)
* r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2007-10-102-3/+5
| | | | | | If returning a mapped UNIX error from sendfile, don't call chain_reply. Jeremy. (This used to be commit 38404c990db1436241c3a774c51196bc058d7576)
* r22135: Check in most of Michael Adam's net conf utility. A good share of ↵Volker Lendecke2007-10-109-784/+1977
| | | | | | | | | | | | | this patch is moving functions around to fix some linker dependencies for the registry. Michael, I've renamed your auth_utils2.c to token_utils.c. Thanks! Volker (This used to be commit 9de16f25c1c3e0b203da47391772ef2e2fe291ac)
* r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-10-102-42/+89
| | | | | | | | on every pread/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. Jeremy. (This used to be commit 85df3fca681a44c882f596ef042ad9956c3a63c0)
* r22129: Fix the nttrans create extended response for pipesJeremy Allison2007-10-101-5/+44
| | | | | | | and files (tested with Win32 code). Bug #4404 should now be dead :-). Jeremy. (This used to be commit 40a86a56662eca2668b8a9515b9f924f54d80cc0)
* r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison2007-10-101-1/+24
| | | | | | set. Only the NTTrans create left to fix for csc. Jeremy. (This used to be commit 7856db9fce9906c5a7d19fbe69dfcfd4b644c134)
* r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in anJames Peach2007-10-101-12/+22
| | | | | AC_CACHE_CHECK, so it can be cross-compiled. (This used to be commit f9fb07d2f9f142b4bcef02b8b3fc40789a6995d7)
* r22126: Fix a bogus uninitialized variable warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 3be234effacd370dbdae11f6fcfddfe37d0623b3)
* r22125: Fix a warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 1c0ceb5fe217bd7210072869a1313c7ac67ff118)