summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix build of VFS modules statically (we used Makefile variables before ↵Jelmer Vernooij2003-04-151-6/+6
| | | | | | | | | | | | setting them) (This used to be commit 8df9ab2fcfc9f22fa6842e1128952e855fea6a7a)
| * Typo in comment.Tim Potter2003-04-151-1/+1
| | | | | | | | (This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40)
| * Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter2003-04-151-0/+1
| | | | | | | | (This used to be commit 38efab087c86cab805c6b94c7455befaa9e94c5e)
| * Use picobjs when building python extensions. Spotted by Steve Langasek.Tim Potter2003-04-151-6/+12
| | | | | | | | (This used to be commit 53dcaf2271ad1b845ace9730d6c68db80bf9704e)
| * A struct must contain at least one declaration according to C99, butTim Potter2003-04-151-0/+1
| | | | | | | | | | | | gcc allows it to be empty. Should fix miscellaneous breakage on the compile farm. (This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)
| * Also remove variable associated with lp_sam_backend() - it's deadJelmer Vernooij2003-04-141-1/+0
| | | | | | | | (This used to be commit 540bb996766fc11fe0f26b708d49c2e46d2abbdd)
| * Fix typosJelmer Vernooij2003-04-141-2/+2
| | | | | | | | (This used to be commit 7bd80376cc6aa70996a61882e1376cb6a0679836)
| * Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green2003-04-141-5/+5
| | | | | | | | (This used to be commit bd69cbce93054548b6d1e3bac89032ff4f693423)
| * Try and create a file with different vuid, same cnum. Not yet sureJeremy Allison2003-04-141-0/+13
| | | | | | | | | | | | | | if this should succeed, so just print result until we test against Win2003. Jeremy. (This used to be commit 57682f32b1bb186ab356494fcc4fdabd1d1721e6)
| * Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 7cb060e821691abf5d58d273cb523ee310656185)
| * Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-143-6/+20
| | | | | | | | | | | | general CHANGETRUSTPW that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW depending on what we have. (This used to be commit 17d27db5c9d3511444fc2770d4452647284e8014)
| * Get rid of 'sam backend' and --with-samJelmer Vernooij2003-04-142-21/+1
| | | | | | | | (This used to be commit c95a4a5aeb53cc401a7b43633f2a8cc006b1fd00)
| * Make a libbigballofmud.so.0 link, so that the linker can find theMartin Pool2003-04-141-0/+2
| | | | | | | | | | | | | | | | | | library to build the test cases. Previously the link had to be created by hand. Doing this manually is incredibly kludgy and not very portable, but I don't know a better way without introducing l*bt**l. (This used to be commit 8fbe456ee34af163dddb1e6e4816ff7be4ca48f1)
| * Build and run the lib/snprintf.c test cases from "make check".Martin Pool2003-04-144-3/+45
| | | | | | | | (This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
| * Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2003-04-142-4/+4
| | | | | | | | (This used to be commit b8dc14d1f90564558e438694b35b073291d5ce9e)
| * Ignore check programs.Tim Potter2003-04-141-1/+2
| | | | | | | | (This used to be commit 372b023cd2e73f77de34029230c11a15ccb7d178)
| * Add rules to build bin/t_snprintf, which exposes the snprintf test code.Martin Pool2003-04-141-0/+3
| | | | | | | | (This used to be commit 7805641d6eafd00c8979e068b5820f6671f4de37)
| * Remove unused variables.Tim Potter2003-04-141-3/+0
| | | | | | | | (This used to be commit 26901af91eaa119df0e1192be95b514ecf26c6a6)
| * Removed unused variable.Tim Potter2003-04-142-3/+0
| | | | | | | | (This used to be commit 117cc35dd0adc6fd5238a440e299d012bfd8e542)
| * Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool2003-04-141-13/+18
| | | | | | | | | | | | | | | | In TEST_SNPRINTF mode, always compile all the functions in this file even if they're normally available on this system. Fix typo in comment. (This used to be commit 95f4b5828862155407069fc4dc1b879b45588ded)
| * decode_pac_data() needs a talloc ctx as an argument.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit eeeae14fed62ad9d15f2c5a8fa9357da4bb7b3a1)
| * Add PAC_DATA as valid return type for make proto.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit dc95726cbe5e3408f843f8d51ee8536f0fd6c458)
| * Removed unused variables.Tim Potter2003-04-141-2/+0
| | | | | | | | (This used to be commit 27a608d6a337e772dce114d73e45f6d0bf3148b4)
| * Fixed incorrect argument to debug.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit a4704754d912e1f704f574b733257bbcb3976141)
| * Add selected parts of the changelog to this file, to make merging intoMartin Pool2003-04-141-0/+21
| | | | | | | | | | other projects easier. (This used to be commit 0f3c2bfbd2de0e759e3083afabee0538528d7a65)
| * Merge test cases from rsync.Martin Pool2003-04-141-3/+3
| | | | | | | | (This used to be commit a0d841a59ea745bf48b0d705ad6c81e4172552ea)
| * Doc.Martin Pool2003-04-141-1/+9
| | | | | | | | | | | | Add additional test case for a bug recently found in rsync by Paul Green. Appparently it was fixed here a while ago. (This used to be commit a0033cc83c837bc075dd689fdf7a69a6aa4ecd18)
| * Multi-line string constants have been deprecated in newer versions of gcc.Tim Potter2003-04-141-17/+17
| | | | | | | | | | Found by Guenther Deschner. (This used to be commit 29c6d2f61cd3f7fb09913cf918b416aebecaf5ad)
| * Remove duplicate forward reference of smb_ldap_privates.Tim Potter2003-04-141-2/+0
| | | | | | | | (This used to be commit e9beb6cc95b83958af4fe4fce292f831304ae8a4)
| * Some small changes - typos, adding usage for some commandsJelmer Vernooij2003-04-134-7/+7
| | | | | | | | | | and removing -j because it was not used at all. (This used to be commit e3e2c1b27128f7b5a1f4bbc8093c75b0c12549b4)
* | Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij2003-04-153-1/+137
| | | | | | | | (This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
* | Fix typo in configure.in (merge from HEAD)Jelmer Vernooij2003-04-151-1/+1
| | | | | | | | (This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3)
* | Merge of comment typo.Tim Potter2003-04-151-3/+3
| | | | | | | | | | Whitespace syncup. (This used to be commit c69237edf2bfdb426447d808fbd1dc6eb5cffabe)
* | Merge of server unavailable error string.Tim Potter2003-04-151-0/+1
| | | | | | | | (This used to be commit 21d7dba977037b83fc1d6d86b5d3d4cae6eb683d)
* | Merge of python extension picobj fix.Tim Potter2003-04-151-9/+15
| | | | | | | | (This used to be commit 7e0e9585f1357afe1ff96399daea421e1860414b)
* | Merge:Tim Potter2003-04-151-0/+1
| | | | | | | | | | | | | | >A struct must contain at least one declaration according to C99, but >gcc allows it to be empty. Should fix miscellaneous breakage on >the compile farm. (This used to be commit ad42419a840dc94dfd35a083e08a0ad9cbd8f2bf)
* | Updates to compile correctly with --with-included-poptTim Potter2003-04-151-12/+12
| | | | | | | | (This used to be commit 5340b9c4c4c80414b3991547884e5d7293a108ec)
* | - Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij2003-04-143-6/+20
| | | | | | | | | | | | - Add general CHANGETRUSTPW function that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW (Merged from HEAD) (This used to be commit f0982e1102276453d79e438ffb90c9fa305ff98b)
* | Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-144-10/+99
| | | | | | | | | | | | - init_modules() - smb_probe_module() (This used to be commit b3328dab2fa069af300b4076695bf6c359501111)
* | Backport my backtrace patch from HEADJelmer Vernooij2003-04-144-2/+31
| | | | | | | | (This used to be commit 66fcf6b4938a87e5ded7c7e5830a6a54e4439544)
* | Fix typoJelmer Vernooij2003-04-141-1/+1
| | | | | | | | (This used to be commit 738a2b055a0757002e8cdcbf744c8663e0e26bc2)
* | Fix popt usage (backport from HEAD)Jelmer Vernooij2003-04-141-35/+9
| | | | | | | | (This used to be commit 89a25ef20d10e20e70b11bba56add4708f62051f)
* | Fix typosJelmer Vernooij2003-04-141-2/+2
| | | | | | | | (This used to be commit 21166e87bfeeaa5079dfbcac3df9232d73986532)
* | Merge across tridge's Realloc fix.Jeremy Allison2003-04-141-3/+3
| | | | | | | | | | Jeremy. (This used to be commit df214d18817467fbe3023a412bceec325f73b518)
* | Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 35d1e3a5e08d075e7e7d9f7f62d36730853f648a)
* | Merge from HEAD 1.36.Martin Pool2003-04-141-12/+46
| | | | | | | | (This used to be commit 25a01e3247ab8e52dc6c2d1f211ce10e09da5e70)
* | Ignore check programs.Tim Potter2003-04-141-1/+3
| | | | | | | | (This used to be commit 6b607054064b808a15bc1b1b7dc19fc788e1adce)
* | Update check-programs target.Tim Potter2003-04-141-1/+4
| | | | | | | | (This used to be commit ac6a1ea560af94e287c023154e715a8095f0698e)
* | Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2003-04-142-4/+4
| | | | | | | | (This used to be commit a17622103bcbcff8d59f390f809f4744dddf0110)
* | Merge: remove unused variables.Tim Potter2003-04-142-5/+0
| | | | | | | | (This used to be commit dfa9412da567d2477ee5b1e6ecdc96b8dea3c21d)