summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-14Fix typosJelmer Vernooij1-2/+2
(This used to be commit 21166e87bfeeaa5079dfbcac3df9232d73986532)
2003-04-14Fix typosJelmer Vernooij1-2/+2
(This used to be commit 7bd80376cc6aa70996a61882e1376cb6a0679836)
2003-04-14Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green1-5/+5
(This used to be commit bd69cbce93054548b6d1e3bac89032ff4f693423)
2003-04-14Try and create a file with different vuid, same cnum. Not yet sureJeremy Allison1-0/+13
if this should succeed, so just print result until we test against Win2003. Jeremy. (This used to be commit 57682f32b1bb186ab356494fcc4fdabd1d1721e6)
2003-04-14Fix typo.John Terpstra1-1/+1
(This used to be commit fe2d109a106aafd5e9f5e58f3fbc5dccec730961)
2003-04-14New file from HEAD.John Terpstra0-0/+0
(This used to be commit 716c1ccf492e94f25e096b1ae9b4a62124c3b0e7)
2003-04-14Merge of HEAD document updates to 3.0.0John Terpstra16-559/+350
(This used to be commit 17a10b40fe18602c14542923da522fb14026dac5)
2003-04-14Partial review of changes by mimir. Work in progress.John Terpstra1-25/+27
(This used to be commit 77bdd68b65d6d485a484ca1b3475ffbb772f8661)
2003-04-14Merge across tridge's Realloc fix.Jeremy Allison1-3/+3
Jeremy. (This used to be commit df214d18817467fbe3023a412bceec325f73b518)
2003-04-14Fix _smb_setlen to be non {} safe.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 7cb060e821691abf5d58d273cb523ee310656185)
2003-04-14Fix _smb_setlen to be non {} safe.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 35d1e3a5e08d075e7e7d9f7f62d36730853f648a)
2003-04-14Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij3-6/+20
general CHANGETRUSTPW that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW depending on what we have. (This used to be commit 17d27db5c9d3511444fc2770d4452647284e8014)
2003-04-14Get rid of 'sam backend' and --with-samJelmer Vernooij2-21/+1
(This used to be commit c95a4a5aeb53cc401a7b43633f2a8cc006b1fd00)
2003-04-14Document NET CACHEJelmer Vernooij1-3/+57
(This used to be commit d1cd95e6b7d2c0e73595d8f19b994da43ca4217d)
2003-04-14Make a libbigballofmud.so.0 link, so that the linker can find theMartin Pool1-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)
2003-04-14Merge from HEAD 1.36.Martin Pool1-12/+46
(This used to be commit 25a01e3247ab8e52dc6c2d1f211ce10e09da5e70)
2003-04-14Build and run the lib/snprintf.c test cases from "make check".Martin Pool4-3/+45
(This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
2003-04-14Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2-4/+4
(This used to be commit b8dc14d1f90564558e438694b35b073291d5ce9e)
2003-04-14Ignore check programs.Tim Potter1-1/+2
(This used to be commit 372b023cd2e73f77de34029230c11a15ccb7d178)
2003-04-14Ignore check programs.Tim Potter1-1/+3
(This used to be commit 6b607054064b808a15bc1b1b7dc19fc788e1adce)
2003-04-14Update check-programs target.Tim Potter1-1/+4
(This used to be commit ac6a1ea560af94e287c023154e715a8095f0698e)
2003-04-14Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2-4/+4
(This used to be commit a17622103bcbcff8d59f390f809f4744dddf0110)
2003-04-14Merge: remove unused variables.Tim Potter2-5/+0
(This used to be commit dfa9412da567d2477ee5b1e6ecdc96b8dea3c21d)
2003-04-14Merge: add PAC_DATA as valid return type.Tim Potter1-1/+1
(This used to be commit a9df8ec5879cd0d47db86f5a5f7b0bd7e9d6b824)
2003-04-14Merge: remove unused variable.Tim Potter1-1/+0
(This used to be commit 6a1d99d318c2dddc01d8262f31c7afbe9bb1a286)
2003-04-14Add rules to build bin/t_snprintf, which exposes the snprintf test code.Martin Pool1-0/+3
(This used to be commit 7805641d6eafd00c8979e068b5820f6671f4de37)
2003-04-14Merge: incorrect arg to debug.Tim Potter1-1/+1
(This used to be commit 800b79e8364d761bbd8c99016211dfe199eee080)
2003-04-14Remove unused variables.Tim Potter1-3/+0
(This used to be commit 26901af91eaa119df0e1192be95b514ecf26c6a6)
2003-04-14Removed unused variable.Tim Potter2-3/+0
(This used to be commit 117cc35dd0adc6fd5238a440e299d012bfd8e542)
2003-04-14Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool1-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)
2003-04-14decode_pac_data() needs a talloc ctx as an argument.Tim Potter1-1/+1
(This used to be commit eeeae14fed62ad9d15f2c5a8fa9357da4bb7b3a1)
2003-04-14Add PAC_DATA as valid return type for make proto.Tim Potter1-1/+1
(This used to be commit dc95726cbe5e3408f843f8d51ee8536f0fd6c458)
2003-04-14Removed unused variables.Tim Potter1-2/+0
(This used to be commit 27a608d6a337e772dce114d73e45f6d0bf3148b4)
2003-04-14Fixed incorrect argument to debug.Tim Potter1-1/+1
(This used to be commit a4704754d912e1f704f574b733257bbcb3976141)
2003-04-14Add selected parts of the changelog to this file, to make merging intoMartin Pool1-0/+21
other projects easier. (This used to be commit 0f3c2bfbd2de0e759e3083afabee0538528d7a65)
2003-04-14Merge test cases from rsync.Martin Pool1-3/+3
(This used to be commit a0d841a59ea745bf48b0d705ad6c81e4172552ea)
2003-04-14Doc.Martin Pool1-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)
2003-04-14Merge cliconnect.c so smbtree builds.Tim Potter1-1/+113
(This used to be commit 5df53e9d8a8b1861d9997a775cfd6d8fe472bdc4)
2003-04-14Merge:Tim Potter2-367/+86
- Jelmer's popt changes (This used to be commit b5b6f11940c91dc5ecb5f4a4320e7b9aa72bcd99)
2003-04-14Merge:Tim Potter1-1/+1
- "Fix lingering large offset problems in smbtar etc." (This used to be commit ba53df64cab5dc0ea9f2b7d82007bf655f85bc67)
2003-04-14Merge:Tim Potter1-20/+0
- debugging tdb messages now initialised and handled in lib/messages.c (This used to be commit da216706a420b31beaac91553a4eb90181de814a)
2003-04-14Merge of Jelmer's usage updates for net.Tim Potter4-5/+8
(This used to be commit 6a5b88c95b3fd17431cda79e9aa2a593fef85100)
2003-04-14Merge of bugfix for cli_lsa_query_info_policy() usage.Tim Potter1-5/+7
(This used to be commit ab64a0b1e7666b6612659b5720eda451c0ab4857)
2003-04-14Merge rewrite of smbcontrol.Tim Potter1-549/+572
(This used to be commit 30ac37efec0698998ada135655eac8933bd3647f)
2003-04-14Merge:Tim Potter7-432/+242
- Jelmer's latest popt changes (This used to be commit 6a54d9a0a77c71664dc6cdbed1adf492c28c0cce)
2003-04-14Merge:Tim Potter1-23/+0
- debugging tdb messages now initialised and handled in lib/messages.c (This used to be commit 380875de779f2519d9ce8735362484021388b4eb)
2003-04-14Merge:Tim Potter1-91/+27
- Jelmer's latest popt changes - debugging tdb messages now initialised and handled in lib/messages.c (This used to be commit b11f35fddec8c3d3899a8bc78d093137f73b2dfb)
2003-04-14Merge: remove tallocdump messages.Tim Potter1-4/+0
(This used to be commit f49c0f6c8716a5c1aff7613d7b59f312a2abdfb3)
2003-04-14Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter1-1/+1
(This used to be commit 5d1e8cca03b3908e2266e39f4b50ef16ef4ef2b2)
2003-04-14Syncup new HEAD version.Tim Potter1-128/+169
(This used to be commit 396bcf0cf6dfc7a36be0c4e774386b266439c3af)